in vec2 Texcoord; OUTPUT uniform sampler2D tex; void main() { vec4 color = texture(tex, Texcoord); outColor = vec4(color.rgb, 1.0); }