BgfxSetWindowHandle Method |
Sets the handle of the main rendering window.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void SetWindowHandle(
IntPtr windowHandle
)
Parameters
- windowHandle IntPtr
- The handle of the native OS window.
See Also