Enum bgfx.ClearFlags
Namespace: Bgfx
Syntax
public enum ClearFlags : ushort
Fields
| Name | Description | Value |
|---|---|---|
| Color | Clear color. |
|
| Depth | Clear depth. |
|
| DiscardColor0 | Discard frame buffer attachment 0. |
|
| DiscardColor1 | Discard frame buffer attachment 1. |
|
| DiscardColor2 | Discard frame buffer attachment 2. |
|
| DiscardColor3 | Discard frame buffer attachment 3. |
|
| DiscardColor4 | Discard frame buffer attachment 4. |
|
| DiscardColor5 | Discard frame buffer attachment 5. |
|
| DiscardColor6 | Discard frame buffer attachment 6. |
|
| DiscardColor7 | Discard frame buffer attachment 7. |
|
| DiscardColorMask | ||
| DiscardDepth | Discard frame buffer depth attachment. |
|
| DiscardMask | ||
| DiscardStencil | Discard frame buffer stencil attachment. |
|
| None | No clear flags. |
|
| Stencil | Clear stencil. |