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