How to save buffers in VulkanCTS
JerryYan97 opened this issue · 1 comments
JerryYan97 commented
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!
dj2 commented
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.