Handbook
Glossary
index-type? ( object -- ? )
Vocabulary
gpu
.
render
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
index-type
class.
Definition
USING:
kernel
;
IN:
gpu.render
:
index-type?
( object -- ? )
dup
uint-indexes?
[
drop
t
]
[
dup
ushort-indexes?
[
drop
t
]
[
ubyte-indexes?
]
if
]
if
;