6 lines
58 B
GLSL
6 lines
58 B
GLSL
#version 440
|
|
|
|
void main ()
|
|
{
|
|
gl_FragColor = vec4(1);
|
|
} |