DebugFeatures Enumeration |
Specifies various debug options.
Namespace:
Internal.SharpBgfx
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax [FlagsAttribute]
public enum DebugFeatures
Members
| Member name | Value | Description |
---|
| None | 0 |
Don't enable any debugging features.
|
| Wireframe | 1 |
Force wireframe rendering.
|
| InfinitelyFastHardware | 2 |
When set, all rendering calls are skipped. This is useful when profiling to
find bottlenecks between the CPU and GPU.
|
| DisplayStatistics | 4 |
Display internal statistics.
|
| DisplayText | 8 |
Display debug text.
|
| Profiler | 16 |
Enable the internal library performance profiler.
|
See Also