XRay3D/test/shader/basic.frag

5 lines
58 B
GLSL
Raw Normal View History

2020-04-17 18:11:57 +02:00
void main()
{
gl_FragColor = vec4(1.0, 1.0, 1.0, 1.0);
}