google / amber

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

Extract pipeline/buffers from Recipe #522

Open dj2 opened 5 years ago

dj2 commented 5 years ago

Currently you can use the Recipe to extract the shader information and do compilation outside of amber. We'd like to extend this so you can gather buffer information from the pipelines along with the buffer data.

dj2 commented 5 years ago

@afd