forked from mirrors/principia
4 lines
58 B
GLSL
4 lines
58 B
GLSL
void main(void)
|
|
{
|
|
gl_FragColor = vec4(1.,1.,1.,1.);
|
|
}
|