mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
4ad21c4198
* There was a race condition where the newly created HWND surface could be resized during swap chain creation. This causes a `VK_ERROR_DEVICE_LOST`, but is very timing dependent. * The fix was to finish the resize, via `ResourcePreview::setActive()` / `QWidget::show()` before scheduling any async functions that could create a swapchain, namely `IReplayOutput::AddThumbnail()`.