1 2 3 4 5 6 7
#version 150 core in vec3 pos; void main(void) { gl_Position = vec4(pos.x, pos.y, pos.z, 1.0f); }