glonkers/fragment.glsl
2025-12-08 16:24:10 +01:00

3 lines
55 B
GLSL

void main() {
gl_FragColor = vec4(1.0,0.0,1.0,1.0);
}