Some checks failed
Run ReCI Build Test / Explore-Gitea-Actions (push) Failing after 1m40s
5 lines
70 B
GLSL
5 lines
70 B
GLSL
#version 120
|
|
|
|
void main() {
|
|
gl_FragColor = vec4(1, 1, 1, 1);
|
|
} |