1 2 3 4 5 6 7
VARYING vec2 texcoord; void MAIN() { BASE_COLOR = texture(tex1, texcoord); BASE_COLOR *= texture(tex2, texcoord); }