in vec3 f_color; out vec4 gl_FragColor; void main(void) { gl_FragColor = vec4(f_color.r, f_color.g, f_color.b, 1.0); }