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