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