Handbook
Glossary
bunny-loaded? ( bunny-state -- ? )
Vocabulary
gpu
.
demos
.
bunny
Inputs
bunny-state
an
object
Outputs
?
an
object
Definition
USING:
accessors
combinators.short-circuit
;
IN:
gpu.demos.bunny
:
bunny-loaded?
( bunny-state -- ? )
{
[
vertexes>>
]
[
indexes>>
]
}
1&&
;