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