Files
JGL/assets/shader_programs/test_fragment.glsl
Redacted 04a4cbd54d
Some checks failed
Run ReCI Build Test / Explore-Gitea-Actions (push) Failing after 1m40s
Add Attributes to Shader.
2024-08-24 23:27:10 -04:00

5 lines
70 B
GLSL

#version 120
void main() {
gl_FragColor = vec4(1, 1, 1, 1);
}