invisible

view data/shaders/invisible.f.glsl @ 26:61d593076c56

foo
author Eleni Maria Stea <eleni@mutantstargoat.com>
date Sun, 17 Nov 2013 23:02:40 +0200
parents b50ad2711f5f
children
line source
1 uniform sampler2D tex;
2 varying float mask;
4 void main()
5 {
6 gl_FragColor = texture2D(tex, gl_TexCoord[0].xy);
7 }