![]() |
![]() |
![]() |
BaseEffect.SetValueTranspose Method |
Language: |
Sets a transposed matrix.
Visual Basic Public Sub SetValueTranspose( _
ByVal parameter As EffectHandle, _
ByVal matrix() As Matrix _
)C# public void SetValueTranspose(
EffectHandle parameter,
Matrix[] matrix
);C++ public:
void SetValueTranspose(
EffectHandle^ parameter,
array<Matrix>^ matrix
);JScript 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
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center