mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-06-17 16:17:02 +08:00
7 lines
98 B
GLSL
7 lines
98 B
GLSL
#version 460
|
|
|
|
out vec4 frag_color;
|
|
|
|
void main(void) {
|
|
frag_color = vec4(0.0, 0.0, 0.0, 1.0);
|
|
} |