diff --git a/renderdoc/driver/vulkan/vk_replay_linux.cpp b/renderdoc/driver/vulkan/vk_replay_linux.cpp index 256e12990..0651d8b78 100644 --- a/renderdoc/driver/vulkan/vk_replay_linux.cpp +++ b/renderdoc/driver/vulkan/vk_replay_linux.cpp @@ -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; }