TextureShader.SetValue Method

Language:

Note: This documentation is preliminary and is subject to change.

Sets an array of Int32 Leave Site values.

Definition

Visual Basic .NET Public Sub SetValue( _
    ByVal constant As EffectHandle, _
    ByVal n() As Integer _
)
C# public void SetValue(
    EffectHandle constant,
    int[] n
);
Managed C++ public: void SetValue(
    EffectHandle *constant,
    int n __gc[]
);
JScript .NET public function SetValue(
    constant : EffectHandle,
    n : int[]
);

Parameters

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

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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