aboutsummaryrefslogtreecommitdiffstats
path: root/tests/baseline/scenegrabber_xr/testscenes/customsimpletexture2.frag
blob: 7e606e0add3720ae51ee2130af894626bc067d9d (plain)
1
2
3
4
5
6
7
VARYING vec2 texcoord;

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