1 2 3 4 5 6
uniform sampler2D diffuseMap; void main() { gl_FragColor = gl_Color*texture2D(diffuseMap, gl_TexCoord[0].xy); }