aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick3d/custommaterial/material_simple.frag
blob: a0d8dff604e789d0759ffd7068b2958c62de3802 (plain)
1
2
3
4
5
void MAIN()
{
    SPECULAR_AMOUNT = uSpecular;
    BASE_COLOR = uDiffuse;
}