BgfxGetBackendName Method |
Gets the friendly name of a specific rendering backend.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static string GetBackendName(
RendererBackend backend
)
Parameters
- backend RendererBackend
- The backend for which to retrieve a name.
Return Value
StringThe friendly name of the specified backend.
See Also