stk-code_catmod/data/shaders/white.frag
2015-01-01 03:18:13 +01:00

7 lines
61 B
GLSL

out vec4 FragColor;
void main()
{
FragColor = vec4(1.0);
}