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