Handbook
Glossary
framebuffer-attachment-side? ( 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-side
class.
Definition
USING:
kernel
;
IN:
gpu.framebuffers
:
framebuffer-attachment-side?
( object -- ? )
dup
right-side?
[
drop
t
]
[
left-side?
]
if
;