GraphicsDeviceCapabilities.StencilCaps Members
The following tables list the members exposed by the GraphicsDeviceCapabilities.StencilCaps type.
Public Properties
Name | Description | |
---|---|---|
SupportsDecrement | Gets a value indicating whether the device supports decrementing the stencil-buffer entry, wrapping to the maximum value if the new value is less than zero. | |
SupportsDecrementSaturation | Gets a value indicating whether the device supports decrementing the stencil-buffer entry, clamping to zero. | |
SupportsIncrement | Gets a value indicating whether the device supports incrementing the stencil-buffer entry, wrapping to zero if the new value exceeds the maximum value. | |
SupportsIncrementSaturation | Gets a value indicating whether the device supports incrementing the stencil-buffer entry, clamping to the maximum value. | |
SupportsInvert | Gets a value indicating whether the device supports inverting the bits in the stencil-buffer entry. | |
SupportsKeep | Gets a value indicating whether the device does not update the entry in the stencil buffer. | |
SupportsReplace | Gets a value indicating whether the device supports replacing the stencil-buffer entry with a reference value. | |
SupportsTwoSided | Gets a value indicating whether the device supports two-sided stencil. | |
SupportsZero | Gets a value indicating whether the device supports setting the stencil-buffer entry to 0. |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | Retrieves a string representation of this object. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
GraphicsDeviceCapabilities.StencilCaps Structure
Microsoft.Xna.Framework.Graphics Namespace