Device.GetSamplerStageStateBoolean Method |
Language: |
Retrieves the Boolean value of a given sampler stage state.
Visual Basic Public Function GetSamplerStageStateBoolean( _
ByVal stage As Integer, _
ByVal state As SamplerStageStates _
) As BooleanC# public bool GetSamplerStageStateBoolean(
int stage,
SamplerStageStates state
);C++ public:
bool GetSamplerStageStateBoolean(
int stage,
SamplerStageStates state
);JScript public function GetSamplerStageStateBoolean(
stage : int,
state : SamplerStageStates
) : boolean;
stage System.Int32
Index value of the sampler stage to retrieve.state Microsoft.DirectX.Direct3D.SamplerStageStates
A member from the SamplerStageStates enumeration that represents the sampler stage state value to retreive.
System.Boolean
The sampler stage state value retrieved.
Use this method to retrieve sampler stage states with Boolean values.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.