TextureShader.SetValueTranspose Method |
Language: |
Sets a transposed matrix.
Visual Basic Public Sub SetValueTranspose( _
ByVal constant As EffectHandle, _
ByVal matrix As Matrix _
)C# public void SetValueTranspose(
EffectHandle constant,
Matrix matrix
);C++ public:
void SetValueTranspose(
EffectHandle^ constant,
Matrix matrix
);JScript public function SetValueTranspose(
constant : EffectHandle,
matrix : Matrix
);
constant Microsoft.DirectX.Direct3D.EffectHandle
An EffectHandle object that represents the unique identifier to a constant.matrix Microsoft.DirectX.Matrix
A transposed Matrix object to set.
A transposed matrix contains column-major data; that is, each vector is contained in a column.
Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.
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