Device.GetTextureStageStateSingle Method |
Language: |
Retrieves the floating-point value of a given texture stage state.
Visual Basic Public Function GetTextureStageStateSingle( _
ByVal stage As Integer, _
ByVal state As TextureStageStates _
) As SingleC# public float GetTextureStageStateSingle(
int stage,
TextureStageStates state
);C++ public:
float GetTextureStageStateSingle(
int stage,
TextureStageStates state
);JScript public function GetTextureStageStateSingle(
stage : int,
state : TextureStageStates
) : float;
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.Single
The texture stage state value retrieved.
Use this method to retrieve texture stage states with floating-point values.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.