Skip to content

nvk: Trivially expose three VK_GOOGLE extensions

Valentine Burley requested to merge Valentine/mesa:nvk/google into main

What does this MR do and why?

Trivially expose three VK_GOOGLE extensions.

This patch exposes support for the following three extensions:

  • VK_GOOGLE_decorate_string
  • VK_GOOGLE_hlsl_functionality1
  • VK_GOOGLE_user_type

There's nothing for the driver to do; it's all handled in spirv_to_nir.

Merge request reports