mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
7 lines
95 B
GLSL
7 lines
95 B
GLSL
# version 150
|
|
|
|
out vec4 frag_colour;
|
|
|
|
void main() {
|
|
frag_colour = vec4(0.5, 0.0, 0.5, 1.0);
|
|
} |