#version 330 core layout(location = 0) in vec4 position; out vec2 px; void main() { gl_Position = position; px = position.xy; }