aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/effects/default.frag
blob: a9510e3e970b76b4d8c87cc8cf5cc195492b0b47 (plain)
1
2
3
4
void MAIN()
{
    FRAGCOLOR = texture(INPUT, INPUT_UV);
}