OTWO-1213 Works around lost encoding in Ruby/C binding layer
[ohcount] / test / src_dir / foo.glsl
1 // GLSL vertex shader
2 void main() {
3         gl_Position = gl_ProjectionMatrix * gl_ModelViewMatrix * gl_Vertex;
4 }