#version 440 uniform vec3 fColor; out vec4 FragColors; void main() { FragColors = vec4(fColor, 1.f); }