UniformSetValue Method |
| Name | Description | |
|---|---|---|
| SetValue(Matrix2) |
Sets the value of the uniform.
| |
| SetValue(Matrix3) |
Sets the value of the uniform.
| |
| SetValue(Matrix4) |
Sets the value of the uniform.
| |
| SetValue(Vector2) |
Sets the value of the uniform.
| |
| SetValue(Vector2) |
Sets the value of the uniform.
| |
| SetValue(Vector3) |
Sets the value of the uniform.
| |
| SetValue(Vector3) |
Sets the value of the uniform.
| |
| SetValue(Vector4) |
Sets the value of the uniform.
| |
| SetValue(Vector4) |
Sets the value of the uniform.
| |
| SetValue(Int32) |
Sets the value of the uniform.
| |
| SetValue(Single) |
Sets the value of the uniform.
| |
| SetValue(Int32, Int32) |
Sets the individual elements of a uniform containing two integer values.
| |
| SetValue(Single, Single) |
Sets the individual elements of a uniform or type Vector2.
| |
| SetValue(Int32, Int32, Int32) |
Sets the individual elements of a uniform containing three integer values.
| |
| SetValue(Single, Single, Single) |
Sets the individual elements of a uniform or type Vector3.
| |
| SetValue(Int32, Int32, Int32, Int32) |
Sets the individual elements of a uniform containing four integer values.
| |
| SetValue(Single, Single, Single, Single) |
Sets the individual elements of a uniform or type Vector4.
|