stk-code_catmod/data/shaders/white.frag
2018-01-12 19:10:55 +08:00

7 lines
65 B
GLSL

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