Click or drag to resize

BgfxGetBackendName Method

Gets the friendly name of a specific rendering backend.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static string GetBackendName(
	RendererBackend backend
)

Parameters

backend  RendererBackend
The backend for which to retrieve a name.

Return Value

String
The friendly name of the specified backend.
See Also