Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.10 KB | None | 0 0
  1. #version 120
  2.  
  3. void main()
  4. {
  5.    vec4 color = vec4(2.0f, 1.0f, 2.0f, 1.0f);
  6.    gl_FragColor = color;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement