hottub/res/shader/blob.vert

7 lines
128 B
GLSL
Raw Normal View History

2013-03-28 02:04:40 +00:00
varying vec2 xy;
void main() {
2013-03-27 03:56:27 +00:00
gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
2013-03-28 02:04:40 +00:00
xy = vec2(gl_MultiTexCoord0);
2013-03-27 03:56:27 +00:00
}