uniform-tuple - Factor Documentation (original) (raw)
Class description
The base class for tuple types defined with UNIFORM-TUPLE:. A uniform tuple is used as part of a render-set to supply values for a shader program's uniform parameters. See the UNIFORM-TUPLE: documentation for details on how uniform tuples are defined and used.
Definition
Methods
USING: gpu.render gpu.render.private kernel ;
M: uniform-tuple (bind-uniform-textures) 2drop ;