gfxreconstruct icon indicating copy to clipboard operation
gfxreconstruct copied to clipboard

Vulkan dump resources: don't exit() process

Open davidd-lunarg opened this issue 5 months ago • 0 comments

VulkanReplayDumpResourcesBase::QueueSubmit calls exit in some failure cases. Try to find a way to avoid the exit call and continue (e.g., return/log an error, throw an exception, etc).

davidd-lunarg avatar Sep 25 '24 20:09 davidd-lunarg