gfxreconstruct
gfxreconstruct copied to clipboard
Vulkan dump resources - add optional callback for handling dumped resource data
DX12 currently uses Dx12DumpResourcesDelegate
to allow custom resource data processing after reading resource data from GPU. Add a similar feature for Vulkan. Refactor the current resource data processing into the callback mechanism to be used as the default.