Caps.StencilCaps Property |
Language: |
Retrieves an object that indicates the supported stencil buffer operations.
Visual Basic Public ReadOnly Property StencilCaps As StencilCaps C# public StencilCaps StencilCaps { get; } C++ public:
property StencilCaps StencilCaps {
StencilCaps get();
}JScript public function get StencilCaps() : StencilCaps
Microsoft.DirectX.Direct3D.StencilCaps
This property is read-only.
A StencilCaps object that indicates the supported stencil-buffer operations.
The supported stencil operations are assumed to be valid for all three stencil-buffer operation render states (RenderStateManager.StencilFail, RenderStateManager.StencilPass, and RenderStateManager.StencilZBufferFail). For more information, see the StencilOperation enumerated type.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center