fixed reflections in VR
[laserbrain_demo] / sdr / post_gamma.v.glsl
1 void main()
2 {
3         gl_Position = gl_Vertex;
4         gl_TexCoord[0] = gl_MultiTexCoord0;
5 }