Skip to content

vulkan/overlay: fix command buffer stats

Begin/Reset of command buffer both reset the content of the command buffer. Don't forget to wipe them on Begin.

Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com Fixes: 4438188f ("vulkan/overlay: record stats in command buffers and accumulate on exec/submit")

Edited by Lionel Landwerlin

Merge request reports