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