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