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