#version 330 in vec3 vPos; in vec2 aUV; out vec2 vUV; void main() { vUV = aUV; gl_Position = vec4(vPos, 1.0); }