#version 440 //Copy of simple.frag in vec3 f_color; out vec4 FragColors; void main() { FragColors = vec4(f_color, 1.f); }