Enum DepthStencilViewFlags
Defines options for using a depth/stencil view.
Namespace: Gorgon.Graphics.Core
Assembly: Gorgon.Graphics.Core.dll
Syntax
[Flags]
public enum DepthStencilViewFlags
Remarks
Limiting a depth-stencil buffer to read-only access allows more than one depth-stencil view to be bound to the pipeline.
Fields
Name | Description |
---|---|
None | Depth and stencil buffers are read-write. |
ReadOnlyDepth | Indicates that depth values are read only. |
ReadOnlyStencil | Indicates that stencil values are read only. |