mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fix multiple windows handling (#3162)
This commit is contained in:
@@ -6785,7 +6785,7 @@ VK_DESTROY
|
||||
sci.pNext = NULL;
|
||||
sci.flags = 0;
|
||||
sci.display = (wl_display*)g_platformData.ndt;
|
||||
sci.surface = (wl_surface*)((wl_egl_window*)g_platformData.nwh)->surface;
|
||||
sci.surface = (wl_surface*)((wl_egl_window*)m_nwh)->surface;
|
||||
result = vkCreateWaylandSurfaceKHR(instance, &sci, allocatorCb, &m_surface);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user