LunarG / gfxreconstruct

Graphics API Capture and Replay Tools for Reconstructing Graphics Application Behavior
https://vulkan.lunarg.com/doc/sdk/latest/linux/capture_tools.html
MIT License
400 stars 114 forks source link

[capture] Added force_fifo_present_mode optional setting #1688

Open zongdu-arm opened 2 weeks ago

zongdu-arm commented 2 weeks ago

Some applications do not support VK_PRESENT_MODE_FIFO_KHR to create swapchain on the Android platform, but presentMode is forced to VK_PRESENT_MODE_FIFO_KHR in GetPhysicalDeviceSurfacePresentModesKHR in capture layer, it will cause crash when capturing.

zongdu-arm commented 2 weeks ago

you created a PR for it https://github.com/LunarG/gfxreconstruct/pull/1687