Click or drag to resize

BgfxSetWindowHandle Method

Sets the handle of the main rendering window.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static void SetWindowHandle(
	IntPtr windowHandle
)

Parameters

windowHandle  IntPtr
The handle of the native OS window.
See Also