stk-code_catmod/data/shaders/white.frag
2013-11-30 21:33:06 +00:00

5 lines
43 B
GLSL

void main()
{
gl_FragColor = vec4(1.0);
}