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 public static string GetBackendName(
RendererBackend backend
)
Parameters
- backend
- Type: Internal.SharpBgfxRendererBackend
The backend for which to retrieve a name.
Return Value
Type:
StringThe friendly name of the specified backend.
See Also