Ejemplo n.º 1
0
func SetWindow(wnd *glfw.Window) {
	nswnd := wnd.GetNSGLContext()
	bgfx.SetCocoaWindow(uintptr(unsafe.Pointer(nswnd)))
}