Handbook
Glossary
gl-blend-function> ( blend-function -- blend-function )
Vocabulary
gpu
.
state
.
private
Inputs
blend-function
an
object
Outputs
blend-function
an
object
Definition
USING:
combinators
gpu.state
;
IN:
gpu.state.private
:
gl-blend-function>
( blend-function -- blend-function )
{
{
0
[
func-zero
]
}
{
1
[
func-one
]
}
{
768
[
func-source
]
}
{
769
[
func-one-minus-source
]
}
{
774
[
func-dest
]
}
{
775
[
func-one-minus-dest
]
}
{
32769
[
func-constant
]
}
{
32770
[
func-one-minus-constant
]
}
{
770
[
func-source-alpha
]
}
{
771
[
func-one-minus-source-alpha
]
}
{
772
[
func-dest-alpha
]
}
{
773
[
func-one-minus-dest-alpha
]
}
{
32771
[
func-constant-alpha
]
}
{
32772
[
func-one-minus-constant-alpha
]
}
{
776
[
func-source-alpha-saturate
]
}
}
case
;