Device.GetTextureStageStateInt32 Method |
Language: |
Retrieves the integer value of a given texture stage state.
Visual Basic .NET Public Function GetTextureStageStateInt32( _
ByVal stage As Integer, _
ByVal state As TextureStageStates _
) As IntegerC# public int GetTextureStageStateInt32(
int stage,
TextureStageStates state
);Managed C++ public: int GetTextureStageStateInt32(
int stage,
TextureStageStates state
);JScript .NET public function GetTextureStageStateInt32(
stage : int,
state : TextureStageStates
) : int;
stage System.Int32. Index value of the texture stage to retrieve. state Microsoft.DirectX.Direct3D.TextureStageStates. A member from the TextureStageStates enumeration that represents the texture stage state value to retreive.
System.Int32 . The texture stage state value retrieved.
Use this method to retrieve texture stage states with integer values.
Feedback? Please provide us with your comments on this topic.