Files
utad-3d/data/fragment.glsl
2025-02-17 21:05:45 +01:00

6 lines
71 B
GLSL

varying vec3 fcolor;
void main() {
gl_FragColor = vec4(fcolor, 1);
}