#version 410 uniform sampler2D texture1; in vec2 uvV; out vec4 fragColor; void main (void) { fragColor = texture(texture1, uvV); }