VARYING vec2 texcoord; void MAIN() { BASE_COLOR = texture(tex1, texcoord); }