Uniform Methods |
The Uniform type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| 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.
| |
| 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.
| |
| SetValues(Matrix2) |
Sets an array of values of the uniform.
| |
| SetValues(Matrix3) |
Sets an array of values of the uniform.
| |
| SetValues(Matrix4) |
Sets an array of values of the uniform.
| |
| SetValues(Vector2) |
Sets an array of values of the uniform.
| |
| SetValues(Vector3) |
Sets an array of values of the uniform.
| |
| SetValues(Vector4) |
Sets an array of values of the uniform.
| |
| SetValues(Int32) |
Sets an array of values of the uniform.
| |
| SetValues(Single) |
Sets an array of values of the uniform.
| |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |