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