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