UniformGetValue Method |
| Name | Description | |
|---|---|---|
| GetValue(Matrix2) |
Return the value of a uniform variable of type Matrix2.
| |
| GetValue(Matrix3) |
Return the value of a uniform variable of type Matrix3.
| |
| GetValue(Matrix4) |
Return the value of a uniform variable of type Matrix4.
| |
| GetValue(Vector2) |
Return the value of a uniform variable of type Vector2.
| |
| GetValue(Vector3) |
Return the value of a uniform variable of type Vector3.
| |
| GetValue(Vector4) |
Return the value of a uniform variable of type Vector4.
| |
| GetValue(Int32) |
Return the value of a uniform variable.
| |
| GetValue(Single) |
Return the value of a uniform variable.
| |
| GetValue(Int32, Int32) |
Return the value of a uniform variable containing two integer elements.
| |
| GetValue(Single, Single) |
Return the value of a uniform variable of type Vector2.
| |
| GetValue(Int32, Int32, Int32) |
Return the value of a uniform variable containing three integer elements.
| |
| GetValue(Single, Single, Single) |
Return the value of a uniform variable of type Vector3.
| |
| GetValue(Int32, Int32, Int32, Int32) |
Return the value of a uniform variable containing four integer elements.
| |
| GetValue(Single, Single, Single, Single) |
Return the value of a uniform variable of type Vector4.
|