1 2 3 4 5 6 7
#version 120 uniform sampler2D color_texture; void main (void) { gl_FragColor = texture2D(color_texture, gl_TexCoord[0].st); }