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