Handbook
Glossary
uniform-type-texture-units ( uniform-type -- units )
Vocabulary
gpu
.
render
.
private
Inputs
uniform-type
an
object
Outputs
units
an
object
Definition
USING:
gpu.render
kernel
words
;
IN:
gpu.render.private
:
uniform-type-texture-units
( uniform-type -- units )
dup
texture-uniform
=
[
drop
1
]
[
"uniform-tuple-texture-units"
word-prop
0
or
]
if
;