root/trunk/vertex.glsl

Revision 5, 90 bytes (checked in by aliloko, 8 months ago)

First commit

  • Property svn:executable set to *
Line 
1 varying vec2 p;
2
3 void main() {
4
5     gl_Position = gl_Vertex;
6     p = gl_Vertex.xy;
7
8 }
Note: See TracBrowser for help on using the browser.