amber icon indicating copy to clipboard operation
amber copied to clipboard

How to save buffers in VulkanCTS

Open JerryYan97 opened this issue 3 years ago • 1 comments

Hi, I statically compile the VulkanCTS and it uses Amber. I want to save the buffers of each pipeline execution. How should I configure it in this way?

Thanks!

JerryYan97 avatar Aug 31 '22 23:08 JerryYan97

There is no built-in way to dump all the buffers in Amber. You'd need to make changes to amber itself in order to copy the buffers back and then write them out somewhere.

dj2 avatar Sep 06 '22 13:09 dj2