Click or drag to resize

UniformGetValue Method

Overload List
  NameDescription
Public methodGetValue(Matrix2)
Return the value of a uniform variable of type Matrix2.
Public methodGetValue(Matrix3)
Return the value of a uniform variable of type Matrix3.
Public methodGetValue(Matrix4)
Return the value of a uniform variable of type Matrix4.
Public methodGetValue(Vector2)
Return the value of a uniform variable of type Vector2.
Public methodGetValue(Vector3)
Return the value of a uniform variable of type Vector3.
Public methodGetValue(Vector4)
Return the value of a uniform variable of type Vector4.
Public methodGetValue(Int32)
Return the value of a uniform variable.
Public methodGetValue(Single)
Return the value of a uniform variable.
Public methodGetValue(Int32, Int32)
Return the value of a uniform variable containing two integer elements.
Public methodGetValue(Single, Single)
Return the value of a uniform variable of type Vector2.
Public methodGetValue(Int32, Int32, Int32)
Return the value of a uniform variable containing three integer elements.
Public methodGetValue(Single, Single, Single)
Return the value of a uniform variable of type Vector3.
Public methodGetValue(Int32, Int32, Int32, Int32)
Return the value of a uniform variable containing four integer elements.
Public methodGetValue(Single, Single, Single, Single)
Return the value of a uniform variable of type Vector4.
Top
See Also