Skip to content

vulkan: fix builds with beta extensions

Dave Airlie requested to merge airlied/mesa:vk-fix-beta-exts into main

The move to vulkan core and the rework to xml parser to ignore provisional exts broke building with beta.

!21637 (closed) is an example.

There might be an argument for the provisional thing being gated on vulkan beta being enabled, but that is more python than I have in me.

Merge request reports