mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
VK Wayland RenderDoc log incompatible (#3675)
This commit is contained in:
@@ -86,6 +86,11 @@ vk::SurfaceKHR CreateSurface(vk::Instance instance, const Frontend::WindowSDL& e
|
||||
UNREACHABLE();
|
||||
}
|
||||
} else if (window_info.type == Frontend::WindowSystemType::Wayland) {
|
||||
if (Config::isRdocEnabled()) {
|
||||
LOG_ERROR(Render_Vulkan,
|
||||
"RenderDoc is not compatible with Wayland, use an X11 window instead.");
|
||||
}
|
||||
|
||||
const vk::WaylandSurfaceCreateInfoKHR wayland_ci = {
|
||||
.display = static_cast<wl_display*>(window_info.display_connection),
|
||||
.surface = static_cast<wl_surface*>(window_info.render_surface),
|
||||
|
||||
Reference in New Issue
Block a user