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