Enum ClearFlags
- Namespace
- Pie
- Assembly
- Pie.dll
The flags to use when clearing the target framebuffer.
[Flags]
public enum ClearFlags
Fields
Depth = 1Clear the depth bit.
None = 0Do not clear anything.
Stencil = 2Clear the stencil bit.
The flags to use when clearing the target framebuffer.
[Flags]
public enum ClearFlags
Depth = 1Clear the depth bit.
None = 0Do not clear anything.
Stencil = 2Clear the stencil bit.