gfxreconstruct icon indicating copy to clipboard operation
gfxreconstruct copied to clipboard

VK_EXT_frame_boundary not enabled during replay when --offscreen-swapchain-frame-boundary is enabled

Open charles-lunarg opened this issue 11 months ago • 3 comments

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.

charles-lunarg avatar Mar 26 '24 19:03 charles-lunarg