#version 130 in vec2 UV; uniform sampler2D baseTexture; void main(void) { gl_FragColor = texture(baseTexture, UV); }