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