Skip to content

v3dv: implement VK_KHR_pipeline_executable_properties

This is useful to access shader data from renderdoc captures. Particularly we get:

  • Final NIR form
  • QPU dissassembly
  • statistics about spills, instruction counts, compile strategy used, etc

Merge request reports