Click or drag to resize

BgfxSetDebugFeatures Method

Enables debugging features.

Namespace:  Internal.SharpBgfx
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void SetDebugFeatures(
	DebugFeatures features
)

Parameters

features
Type: Internal.SharpBgfxDebugFeatures
The set of debug features to enable.
See Also