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