#version 120 attribute vec2 a_Pos; attribute vec2 a_Uv; varying vec2 v_Uv; void main() { v_Uv = a_Uv; gl_Position = vec4(a_Pos, 0.0, 1.0); }