hottub/res/shader/blob.vert

6 lines
107 B
GLSL
Raw Normal View History

2013-03-27 03:56:27 +00:00
void main()
{
// Transforming The Vertex
gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
}