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

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