BaseEffect.SetValueTranspose Method

Language:

Sets a transposed matrix.

Definition

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(
    EffectHandleparameter,
    Matrix matrix
);
JScript public function SetValueTranspose(
    parameter : EffectHandle,
    matrix : Matrix
);

Parameters

parameter Microsoft.DirectX.Direct3D.EffectHandle
Unique EffectHandle identifier.
matrix Microsoft.DirectX.Matrix
A Matrix structure to set.

Remarks

Exceptions
InvalidCallException The call is invalid.

Applies To

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