Handbook
Glossary
triangle-cull? ( object -- ? )
Vocabulary
gpu
.
state
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
triangle-cull
class.
Definition
USING:
kernel
;
IN:
gpu.state
:
triangle-cull?
( object -- ? )
dup
cull-all?
[
drop
t
]
[
dup
cull-back?
[
drop
t
]
[
cull-front?
]
if
]
if
;