Advertisement
Guest User

Untitled

a guest
Jun 9th, 2012
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.13 KB | None | 0 0
  1. //
  2. //  Shader.fsh
  3. //  OrthoTest
  4. //
  5. //
  6.  
  7. varying lowp vec4 colorVarying;
  8.  
  9. void main()
  10. {
  11.     gl_FragColor = colorVarying;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement