#version 110 varying vec2 tex_coord; void main() { gl_Position = ftransform(); tex_coord = gl_MultiTexCoord0.xy; }