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