#version 460 core out vec4 fragColor; void main() { fragColor = vec4(0.1f, 0.1f, 0.1f, 1.0f); }