#version 460 layout(location = 0) out vec4 FragColor; layout(location = 0) in vec3 fragColor; void main() { FragColor = vec4(fragColor, 1.0); }