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
opengl.gl
;
IN:
gpu.state.private
:
gl-blend-equation
( blend-equation -- blend-equation )
{
{
eq-add
[
GL_FUNC_ADD
]
}
{
eq-subtract
[
GL_FUNC_SUBTRACT
]
}
{
eq-reverse-subtract
[
GL_FUNC_REVERSE_SUBTRACT
]
}
{
eq-min
[
GL_MIN
]
}
{
eq-max
[
GL_MAX
]
}
}
case
;