Click or drag to resize

BgfxInit Method

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
C#
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: Boolean
true if initialization succeeds; otherwise, false.
See Also