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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void SetWindowHandle(
	IntPtr windowHandle
)

Parameters

windowHandle
Type: SystemIntPtr
The handle of the native OS window.
See Also