Guest User

Untitled

a guest
May 26th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #version 120
  2.  
  3. uniform vec4 sDefColor;
  4.  
  5. void main() {
  6. gl_Position = gl_Vertex;
  7. gl_FrontColor = sDefColor;
  8. }
Add Comment
Please, Sign In to add comment