Handbook
Glossary
component-type<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
component-type<<
( value object -- )
Methods
USING:
accessors
images
slots.private
;
M:
image
component-type<<
4
set-slot
;
inline
USING:
accessors
gpu.framebuffers
images
kernel
slots
slots.private
;
M:
renderbuffer
component-type<<
[
dup
component-type?
[
\
component-type
bad-slot-value
]
unless
]
dip
4
set-slot
;
inline