Initializes the graphics library on the specified adapter.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static bool Init(
InitSettings settings = null
)
Parameters
- settings InitSettings (Optional)
- Settings that control initialization, or null to use sane defaults.
Return Value
Booleantrue if initialization succeeds; otherwise,
false.
See Also