#version 330 core layout (location = 0) in vec3 aPos; uniform mat4 PVM; void main() { gl_Position = PVM * vec4(aPos.xyz, 1.0); }