func SetWindow(wnd *glfw.Window) { hwnd := wnd.GetWin32Window() bgfx.SetWin32Window(uintptr(unsafe.Pointer(hwnd))) }