BaseEffect.GetValueVectorArray Method |
Language: |
Retrieves an array of vectors.
Visual Basic Public Function GetValueVectorArray( _
ByVal parameter As EffectHandle, _
ByVal count As Integer _
) As Vector4()C# public Vector4[] GetValueVectorArray(
EffectHandle parameter,
int count
);C++ public:
array<Vector4>^ GetValueVectorArray(
EffectHandle^ parameter,
int count
);JScript public function GetValueVectorArray(
parameter : EffectHandle,
count : int
) : Vector4[];
parameter Microsoft.DirectX.Direct3D.EffectHandle
Unique EffectHandle identifier.count System.Int32
Number of vectors in the returned array.
Microsoft.DirectX.Vector4[]
Array of Vector4 objects.
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