TextureShader.SetValue Method

Language:

Sets an array of Single Leave Site values.

Definition

Visual Basic Public Sub SetValue( _
    ByVal constant As EffectHandle, _
    ByVal f() As Single _
)
C# public void SetValue(
    EffectHandle constant,
    float[] f
);
C++ public:
void SetValue(
    EffectHandleconstant,
    array<float>^ f
);
JScript public function SetValue(
    constant : EffectHandle,
    f : float[]
);

Parameters

constant Microsoft.DirectX.Direct3D.EffectHandle
An EffectHandle object that represents the unique identifier to a constant.
f System.Single[]
An array of Single Leave Site values to set.

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.