RenderStateManager.CounterClockwiseStencilFunction Property |
Language: |
Retrieves or sets the comparison function used by the counterclockwise (CCW) stencil test.
Visual Basic Public Property CounterClockwiseStencilFunction As Compare C# public Compare CounterClockwiseStencilFunction { get; set; } C++ public:
property Compare CounterClockwiseStencilFunction {
Compare get();
void set(Compare value);
}JScript public function get CounterClockwiseStencilFunction() : Compare
public function set CounterClockwiseStencilFunction(Compare);
Microsoft.DirectX.Direct3D.Compare
This property is read/write.
Value of the Compare enumeration that specifies the comparison operation to set or retrieve.
The test passes if ((ref & mask) stencil_compare_function (stencil & mask)) == true.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.