1 varying vec2 varTex0; 2 3 void main() { 4 gl_Position = ATTRIB_position; 5 varTex0 = ATTRIB_texture0; 6 } 7 8