gunkiss/src/white.frag

10 lines
102 B
GLSL

#version 130
in vec3 ex_Color;
in float x;
void main(void)
{
gl_FragColor = vec4(1, 1, 1, 1);
}