mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-04-10 06:14:07 +08:00
9 lines
110 B
GLSL
9 lines
110 B
GLSL
#version 460
|
|
|
|
out vec4 frag_color;
|
|
|
|
void main(void) {
|
|
|
|
frag_color = vec4(0.529, 0.808, 0.922, 1.0);
|
|
|
|
} |