4 lines
54 B
Plaintext
4 lines
54 B
Plaintext
|
void main()
|
||
|
{
|
||
|
gl_FragColor = vec4(1.0,1.0,1.0,1.0);
|
||
|
}
|