mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-28 12:51:03 +00:00
Disable swapchain resizing as it crashes currently
This commit is contained in:
@@ -345,7 +345,8 @@ bool VulkanReplay::CheckResizeOutputWindow(uint64_t id)
|
||||
outw.width = w;
|
||||
outw.height = h;
|
||||
|
||||
if(outw.width > 0 && outw.height > 0)
|
||||
// VKTODOHIGH Currently the resize code crashes - unsure why
|
||||
if(outw.width > 0 && outw.height > 0 && 0)
|
||||
{
|
||||
bool depth = (outw.dsimg != VK_NULL_HANDLE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user