Overload List
Name | Description | |
---|---|---|
SetUniform(String, Matrix4%) |
Sets the value of a shader variable. Enables this program as a side effect.
| |
SetUniform(String, Vector2%) |
Sets the value of a shader variable. Enables this program as a side effect.
| |
SetUniform(String, Vector3%) |
Sets the value of a shader variable. Enables this program as a side effect.
| |
SetUniform(String, Vector4%) |
Sets the value of a shader variable. Enables this program as a side effect.
| |
SetUniform(String, Boolean) |
Sets the value of a shader variable. Enables this program as a side effect.
| |
SetUniform(String, Int32) |
Sets the value of a shader variable. Enables this program as a side effect.
| |
SetUniform(String, Single) |
Sets the value of a shader variable. Enables this program as a side effect.
|