hottub/res/shader/blob.vert
2013-03-26 23:56:27 -04:00

6 lines
107 B
GLSL

void main()
{
// Transforming The Vertex
gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
}