bind-uniforms ( program-instance uniforms -- )


Vocabulary
gpu.render

Inputs
program-instancea program-instance
uniformsan uniform-tuple


Outputs
None

Word description
Binds the uniform shader parameters for program-instance using values from the given uniform tuple.

Notes
The render word uses this word. Calling this word directly is only necessary if uniform parameters need to be bound independently of a render operation.

Definition