google / amber

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

Add support for the new location of CTS inl files #968

Closed ilkkasaa closed 2 years ago

ilkkasaa commented 2 years ago

The generated inl files in Vulkan CTS have been moved to another directory and the files are being generated at build time. To support this, Amber needs a cmake dependency to the target that generates the files and the directory needs to be included.

This commit adds those changes.