6 lines
78 B
GLSL
6 lines
78 B
GLSL
#version 120
|
|
/* DRAWBUFFERS:0 */
|
|
|
|
void main() {
|
|
gl_FragData[0] = vec4(0.0);
|
|
} |