#version 450 layout(location = 0) out vec4 Pos; void main() { gl_Position = vec4(1.0); }