Advertisement
thecplusplusguy

GLSL tutorial 1 - fragment.frag

Jul 26th, 2012
2,215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.10 KB | None | 0 0
  1. //http://www.youtube.com/user/thecplusplusguy
  2. void main()
  3. {
  4.     gl_FragColor=vec4(1.0,0.0,0.0,1.0);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement