![]() |
![]() |
![]() |
BaseEffect.SetValueTranspose Method |
Language: |
Sets a transposed matrix.
Visual Basic .NET Public Sub SetValueTranspose( _
ByVal parameter As EffectHandle, _
ByVal matrix() As Matrix _
)C# public void SetValueTranspose(
EffectHandle parameter,
Matrix[] matrix
);Managed C++ public: void SetValueTranspose(
EffectHandle *parameter,
Matrix matrix __gc[]
);JScript .NET public function SetValueTranspose(
parameter : EffectHandle,
matrix : Matrix[]
);
parameter Microsoft.DirectX.Direct3D.EffectHandle. Unique EffectHandle identifier. matrix Microsoft.DirectX.Matrix[]. Array of Matrix structures to set.
Exceptions
InvalidCallException The call is invalid.
Effect, EffectCompiler
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center