Handbook
Glossary
gl-triangle-cull ( triangle-cull -- cull )
Vocabulary
gpu
.
state
.
private
Inputs
triangle-cull
an
object
Outputs
cull
an
object
Definition
USING:
combinators
gpu.state
opengl.gl
;
IN:
gpu.state.private
:
gl-triangle-cull
( triangle-cull -- cull )
{
{
cull-front
[
GL_FRONT
]
}
{
cull-back
[
GL_BACK
]
}
{
cull-all
[
GL_FRONT_AND_BACK
]
}
}
case
;