Handbook
Glossary
obj-vertex-format? ( object -- ? )
Vocabulary
game
.
models
.
obj
.
private
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
obj-vertex-format
class.
Definition
USING:
kernel
;
IN:
game.models.obj.private
:
obj-vertex-format?
( object -- ? )
\
obj-vertex-format
eq?
;