#version 120 varying vec3 fragColor; void main() { gl_FragColor = vec4(fragColor, 1.0); }