gfxreconstruct
gfxreconstruct copied to clipboard
VK_EXT_frame_boundary not enabled during replay when --offscreen-swapchain-frame-boundary is enabled
The --offscreen-swapchain-frame-boundary option inserts VkFrameBoundaryEXT structs to VkSubmitInfo without first checking if the device supports the VK_EXT_frame_boundary extension. This is invalid API usage.