OTWO-1213 Works around lost encoding in Ruby/C binding layer
[ohcount] / test / detect_files / foo.glsl
1 // GLSL fragment shader
2 uniform sampler2D tex;
3
4 void main() {
5         gl_FragColor = gl_Color * texture2D(tex, gl_TexCoord[0].xy);
6 }