#version 420 core layout(location = 0) in vec4 Position; uniform mat4 model; void main() { gl_Position = model * Position; }