#version 450 layout(location = 0) out vec4 out_color; void main() { out_color = vec4(0.1, 0.8, 1.0, 1.0); }