mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-26 20:01:17 +00:00
Typo fix - set handle to handle
This commit is contained in:
@@ -45,7 +45,7 @@ void VulkanReplay::OutputWindow::InitSurfaceDescription(VkSurfaceDescriptionWind
|
||||
handle.connection = connection;
|
||||
handle.root = screen->root;
|
||||
|
||||
surfDesc.pPlatformWindow = &handle;
|
||||
surfDesc.pPlatformHandle = &handle;
|
||||
surfDesc.pPlatformWindow = &wnd;
|
||||
surfDesc.platform = VK_PLATFORM_X11_WSI;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user