6 lines
70 B
GLSL
6 lines
70 B
GLSL
|
|
out vec4 sk_FragColor;
|
|
void main() {
|
|
sk_FragColor = vec4(0.0);
|
|
}
|