amber
amber copied to clipboard
How to save buffers in VulkanCTS
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!
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.