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