google / amber

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

Added support for the Vulkan performance pipeline runtime layer #1025

Closed mdagois closed 1 year ago

mdagois commented 1 year ago

Added support for the Vulkan performance pipeline runtime layer

Contrary to the validation layer, this is an opt-in layer. Opt-in is achieved by passing --enable-runtime-layer to the CLI.

s-perron commented 1 year ago

@mdagois Can you run it through clang format when you get a chance?

mdagois commented 1 year ago

@mdagois Can you run it through clang format when you get a chance?

I ran it and committed. I used the .clang-format in the repository, but I am not sure I have the same version of clang-format as used in CI.