Overload List

  NameDescription
Public methodSetUniform(String, Matrix4%)
Sets the value of a shader variable. Enables this program as a side effect.
Public methodSetUniform(String, Vector2%)
Sets the value of a shader variable. Enables this program as a side effect.
Public methodSetUniform(String, Vector3%)
Sets the value of a shader variable. Enables this program as a side effect.
Public methodSetUniform(String, Vector4%)
Sets the value of a shader variable. Enables this program as a side effect.
Public methodSetUniform(String, Boolean)
Sets the value of a shader variable. Enables this program as a side effect.
Public methodSetUniform(String, Int32)
Sets the value of a shader variable. Enables this program as a side effect.
Public methodSetUniform(String, Single)
Sets the value of a shader variable. Enables this program as a side effect.

See Also