Handbook
Glossary
gl-blend-equation> ( blend-equation -- blend-equation )
Vocabulary
gpu
.
state
.
private
Inputs
blend-equation
an
object
Outputs
blend-equation
an
object
Definition
USING:
combinators
gpu.state
;
IN:
gpu.state.private
:
gl-blend-equation>
( blend-equation -- blend-equation )
{
{
32774
[
eq-add
]
}
{
32778
[
eq-subtract
]
}
{
32779
[
eq-reverse-subtract
]
}
{
32775
[
eq-min
]
}
{
32776
[
eq-max
]
}
}
case
;