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