#version 450 #pragma shader_stage(fragment) layout(location = 0) out vec4 outColor; void main() { outColor = vec4(0.f, 1.f, 0.f, 1.f); }