#version 460 core layout (location = 0) out vec4 fragColor; // between shader stages layout(location = 0) in struct { vec2 uv; // location = 0 } In; void main () { fragColor = vec4 (1.0f); }