#version 330 core in vec3 aPosition; in mat4 aTransform; void main() { gl_Position = vec4(aPosition, 1) * aTransform; }