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