#version 450 layout(location = 0) out float FragColor; void main() { FragColor = 5.0; }