google / amber

Amber is a multi-API shader test framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to save buffers in VulkanCTS

JerryYan97 opened this issue · 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!

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.