XRay3D/test/shader/basic.frag
2020-04-17 18:11:57 +02:00

5 lines
58 B
GLSL

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