1 2 3 4 5 6 7 8 9
#version 330 core layout (location = 0) in vec3 p; layout (location = 1) in vec2 t; void main() { gl_Position = vec4(p, 1.0f); }