5 lines
No EOL
69 B
GLSL
Executable file
5 lines
No EOL
69 B
GLSL
Executable file
#version 450
|
|
|
|
void main() {
|
|
gl_FragColor = vec4(0, 1, 1, 0.5);
|
|
} |