#version 330 in vec3 f_color; #include void main() { gl_FragColor = vec4(f_color, 1.0f); }