#version 110 varying vec2 vertex_uv; uniform sampler2D texture; void main (void) { gl_FragColor = texture2D(texture, vertex_uv); }