#version 130 in vec3 position; uniform mat4 mvp; void main(void) { gl_Position = mvp * vec4(position.xyz, 1.0); }