EffectStateManager.SetTextureStageState Method

Language:

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

Sets a texture stage state.

Definition

Visual Basic .NET MustOverride Public Sub SetTextureStageState( _
    ByVal textureStage As Integer, _
    ByVal state As TextureStageStates, _
    ByVal value As Integer _
)
C# public abstract void SetTextureStageState(
    int textureStage,
    TextureStageStates state,
    int value
);
Managed C++ public: virtual void SetTextureStageState(
    int textureStage,
    TextureStageStates state,
    int value
) = 0;
JScript .NET public abstract function SetTextureStageState(
    textureStage : int,
    state : TextureStageStates,
    value : int
);

Parameters

textureStage System.Int32. The zero-based texture stage index.
state Microsoft.DirectX.Direct3D.TextureStageStates. A TextureStageStates enumeration that identifies texture state to set.
value System.Int32. The value to set for the texture state type specified in state.

Remarks

SetTextureStageState is a user-implemented method that is called from an effect during rendering.


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

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