Detach a uniform from the shader
| <shader>.detach( | |
| uniform |
)
uniform
A uniform object
This command will detach a uniform from the shader. When a shader is applied to a node, all the attached uniforms will also be applied.
Detaching a uniform after a shader has been applied to a node will NOT affect the node.
None