Click or drag to resize

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
C#
[FlagsAttribute]
public enum DebugFeatures
Members
  Member nameValueDescription
None0 Don't enable any debugging features.
Wireframe1 Force wireframe rendering.
InfinitelyFastHardware2 When set, all rendering calls are skipped. This is useful when profiling to find bottlenecks between the CPU and GPU.
DisplayStatistics4 Display internal statistics.
DisplayText8 Display debug text.
Profiler16 Enable the internal library performance profiler.
See Also