Guest User

Untitled

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