#version 450 layout(location = 0) out vec4 FragColor; void main() { FragColor = vec4(18.0, 52.0, 1.0, 1.0); }