aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick3d/customeffect/effect.frag
blob: 81fc89f48b8535c2f56d24c9d6cb2a46fc097fcd (plain)
1
2
3
4
5
void MAIN()
{
    vec4 c = texture(tex, TEXTURE_UV);
    FRAGCOLOR = c * texture(INPUT, INPUT_UV);
}