Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //
- // Shader.fsh
- // OrthoTest
- //
- //
- varying lowp vec4 colorVarying;
- void main()
- {
- gl_FragColor = colorVarying;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement