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