Set the value of the uniform
| <uniform>.set( | |
| data |
)
data
The data type and size should match the type and size of the values use to create the uniform
This command can be used to dynamically change the value of a uniform. The type and number of values of a uniform cannot be changed once it is created. The number/type of values specified should match the number/type of values used to create the uniform.
None