GraphicsDeviceCapabilities.StencilCaps Members

The following tables list the members exposed by the GraphicsDeviceCapabilities.StencilCaps type.

Public Properties

Name Description
Public Property 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.
Public Property SupportsDecrementSaturation Gets a value indicating whether the device supports decrementing the stencil-buffer entry, clamping to zero.
Public Property 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.
Public Property SupportsIncrementSaturation Gets a value indicating whether the device supports incrementing the stencil-buffer entry, clamping to the maximum value.
Public Property SupportsInvert Gets a value indicating whether the device supports inverting the bits in the stencil-buffer entry.
Public Property SupportsKeep Gets a value indicating whether the device does not update the entry in the stencil buffer.
Public Property SupportsReplace Gets a value indicating whether the device supports replacing the stencil-buffer entry with a reference value.
Public Property SupportsTwoSided Gets a value indicating whether the device supports two-sided stencil.
Public Property SupportsZero Gets a value indicating whether the device supports setting the stencil-buffer entry to 0.

Public Methods

Name Description
Public Method Equals (Inherited from ValueType.)
Public Method GetHashCode (Inherited from ValueType.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString Retrieves a string representation of this object.

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

GraphicsDeviceCapabilities.StencilCaps Structure
Microsoft.Xna.Framework.Graphics Namespace