5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
|
void main()
|
||
|
{
|
||
|
gl_FragColor = vec4(0.0, 0.0, 0.0, 0.0);
|
||
|
}
|