Advertisement
Guest User

Untitled

a guest
Aug 9th, 2016
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #version 120
  2.  
  3. varying vec3 vertex_color;
  4.  
  5. void main()
  6. {
  7.     gl_FragColor = vec4(vertex_color, 1.0);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement