set_uniform
Description:
Sets a user configurable variable in the GLSL shader programs attached to a Shader .
Note:
Use ShaderEffect instead.
Parameters:
this |
a Shader. |
name |
name of uniform in GLSL shader program to set. |
value |
a ShaderFloat, ShaderInt or ShaderMatrix Value. |