#version 110 varying vec2 vertex_uv; void main (void) { gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex; vertex_uv = gl_MultiTexCoord0.st; }