google / amber

Amber is a multi-API shader test framework
Apache License 2.0
188 stars 63 forks source link

How to save buffers in VulkanCTS #996

Closed JerryYan97 closed 1 year ago

JerryYan97 commented 1 year ago

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 1 year ago

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.