tried to make this work with msys2... it's not worth the effort
[laserbrain_demo] / sdr / skydome.v.glsl
1 varying vec3 normal;
2
3 void main()
4 {
5         gl_Position = ftransform();
6         normal = gl_Normal;
7 }