mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-14 02:31:12 +00:00
- Add VK_STRUCTURE_TYPE_PRESENT_FRAME_TOKEN_GGP as a pNext to ignore for VkPresentInfoKHR - Remove RDCASSERT for pPresentInfo->pNext to be null, since it can be not null, and there is a loop above the assert that checks the pNext term.