Handbook
Glossary
gl-error-tuple? ( object -- ? )
Vocabulary
opengl
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
gl-error-tuple
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
opengl
:
gl-error-tuple?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
gl-error-tuple
eq?
]
[
drop
f
]
if
;