Enum bgfx.DebugFlags
Namespace: Bgfx
Syntax
[Flags]
public enum DebugFlags : uint
Fields
| Name | Description | Value |
|---|---|---|
| None | No debug. |
0 |
| Wireframe | Enable wireframe for all primitives. |
1 |
| Ifh | Enable infinitely fast hardware test. No draw calls will be submitted to driver. It's useful when profiling to quickly assess bottleneck between CPU and GPU. |
2 |
| Stats | Enable statistics display. |
4 |
| Text | Enable debug text display. |
8 |
| Profiler | Enable profiler. |
16 |