Skip to content

anv: write spirv-nir logs back to the application

There was a question about what happens when invalid SPIR-V modules are provided by the application to the driver. Looking at our driver I noticed we could provide the logs to the application through VK_EXT_debug_report.

Edited by Lionel Landwerlin

Merge request reports