BgfxSetDebugMarker Method |
Sets a marker that can be used for debugging purposes.
Namespace:
Internal.SharpBgfx
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static void SetDebugMarker(
string marker
)
Parameters
- marker
- Type: SystemString
The user-defined name of the marker.
See Also