Tesla Graphics Engine Documentation (January 2012)
SetValue Method (value)
TeslaTesla.Direct3D10.GraphicsD3D10EffectParameterSetValue(Texture)
Sets the value of the parameter.
Declaration Syntax
C#
public void SetValue(
	Texture value
)
Parameters
value (Texture)
Texture value
Exceptions
Exception Condition
InvalidCastException Thrown if the parameter is not a texture of the correct type.
ArgumentNullException Thrown if the value to set is null.
InvalidCastException Thrown if the value is not of proper parameter type that is expected.

Assembly: Tesla.Direct3D10 (Module: Tesla.Direct3D10) Version: 0.5.0.0 (0.5.0.0)