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