root/trunk/fragment2.glsl

Revision 5, 93 bytes (checked in by aliloko, 7 months ago)

First commit

  • Property svn:executable set to *
Line 
1 uniform vec2 mouse;
2
3 void main() {
4
5     gl_FragColor = vec4(0.,0.,0.,0.02);;
6
7 }
Note: See TracBrowser for help on using the browser.