Handbook
Glossary
color-texture<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
color-texture<<
( value object -- )
Methods
USING:
accessors
bunny.outlined
slots.private
;
M:
bunny-outlined
color-texture<<
5
set-slot
;
inline
USING:
accessors
gpu.demos.bunny
slots.private
;
M:
sobel-state
color-texture<<
3
set-slot
;
inline
USING:
accessors
gpu.demos.bunny
gpu.textures
kernel
slots
slots.private
;
M:
sobel-uniforms
color-texture<<
[
dup
texture?
[
\
texture
bad-slot-value
]
unless
]
dip
3
set-slot
;
inline