BaseEffect.GetValueMatrixArray Method

Language:

Retrieves an array of nontransposed matrices.

Definition

Visual Basic Public Function GetValueMatrixArray( _
    ByVal parameter As EffectHandle, _
    ByVal count As Integer _
) As Matrix()
C# public Matrix[] GetValueMatrixArray(
    EffectHandle parameter,
    int count
);
C++ public:
array<Matrix>^ GetValueMatrixArray(
    EffectHandleparameter,
    int count
);
JScript public function GetValueMatrixArray(
    parameter : EffectHandle,
    count : int
) : Matrix[];

Parameters

parameter Microsoft.DirectX.Direct3D.EffectHandle
Unique EffectHandle identifier.
count System.Int32
Number of matrices in the returned array.

Return Value

Microsoft.DirectX.Matrix[]
Nontransposed matrices.

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