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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static string GetBackendName(
	RendererBackend backend
)

Parameters

backend
Type: Internal.SharpBgfxRendererBackend
The backend for which to retrieve a name.

Return Value

Type: String
The friendly name of the specified backend.
See Also