![]() |
![]() |
![]() |
ConstantTable.SetValueTranspose Method |
Language: |
Sets a Matrix or an array of matrices to the constant table.
Visual Basic .NET Public Sub SetValueTranspose( _
ByVal device As Device, _
ByVal constant As EffectHandle, _
ByVal matrix() As Matrix _
)C# public void SetValueTranspose(
Device device,
EffectHandle constant,
Matrix[] matrix
);Managed C++ public: void SetValueTranspose(
Device *device,
EffectHandle *constant,
Matrix matrix __gc[]
);JScript .NET public function SetValueTranspose(
device : Device,
constant : EffectHandle,
matrix : Matrix[]
);
device Microsoft.DirectX.Direct3D.Device. A Device object that represents the device associated with the constant table. constant Microsoft.DirectX.Direct3D.EffectHandle. An EffectHandle that represents a unique identifier of a constant. matrix Microsoft.DirectX.Matrix[]. Array of transposed matrices to set to the constant table.
Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center