Handbook
Glossary
non-color-attachment-ref? ( object -- ? )
Vocabulary
gpu
.
framebuffers
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
non-color-attachment-ref
class.
Definition
USING:
kernel
;
IN:
gpu.framebuffers
:
non-color-attachment-ref?
( object -- ? )
dup
stencil-attachment?
[
drop
t
]
[
depth-attachment?
]
if
;