gl-blend-equation> ( blend-equation -- blend-equation )


Vocabulary
gpu.state.private

Inputs
blend-equationan object


Outputs
blend-equationan object


Definition


: gl-blend-equation> ( blend-equation -- blend-equation )
{
{ 32774 [ eq-add ] }
{ 32778 [ eq-subtract ] }
{ 32779 [ eq-reverse-subtract ] }
{ 32775 [ eq-min ] }
{ 32776 [ eq-max ] }
} case ;