The-Powder-Toy/build/test.vert

6 lines
81 B
GLSL
Raw Normal View History

2011-10-19 18:35:24 -05:00
void main(void)
{
gl_Position = ftransform();;
gl_FrontColor = gl_Color;
}