builds through mingw32 now. doesn't seem to run properly though
[laserbrain_demo] / sdr / post_gamma.v.glsl
1 void main()
2 {
3         gl_Position = gl_Vertex;
4         gl_TexCoord[0] = gl_MultiTexCoord0;
5 }