TextureShader.SetValue Method |
Language: |
Sets an array of Matrix objects.
Visual Basic Public Sub SetValue( _
ByVal constant As EffectHandle, _
ByVal matrix() As Matrix _
)C# public void SetValue(
EffectHandle constant,
Matrix[] matrix
);C++ public:
void SetValue(
EffectHandle^ constant,
array<Matrix>^ matrix
);JScript public function SetValue(
constant : EffectHandle,
matrix : Matrix[]
);
constant Microsoft.DirectX.Direct3D.EffectHandle
An EffectHandle object that represents the unique identifier to a constant.matrix Microsoft.DirectX.Matrix[]
An array of Matrix objects to set.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.