Opentk/Source/Examples/Data/Shaders/JuliaSet_VS.glsl
thefiddler 8dcb8601a2 Normalized line endings
Hopefully this is the first and last time we have to do this.
2013-10-11 01:58:54 +02:00

4 lines
94 B
GLSL

void main(void)
{
gl_Position = ftransform(); // gl_ModelViewProjectionMatrix * gl_Vertex;
}