Enum bgfx.DebugFlags
Namespace: Bgfx
Syntax
public enum DebugFlags : uint
Fields
| Name | Description | Value |
|---|---|---|
| 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. |
|
| None | No debug. |
|
| Profiler | Enable profiler. |
|
| Stats | Enable statistics display. |
|
| Text | Enable debug text display. |
|
| Wireframe | Enable wireframe for all primitives. |