Enum ClearFlags
Specifies the clearing modes for FrameBuffer.
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
[Flags]
public enum ClearFlags
Fields
Name | Description |
---|---|
All | Clears color, depth, and stencil targets. |
Depth | Clears the depth target. |
None | Do not clear. |
Stencil | Clears the stencil target |
Target | Clears the color target. |