Skip to content

vk/util: fix 'beta' check for physical device features & properties

Eric Engestrom requested to merge eric/mesa:vk-beta-string-bool into main

--beta is a string, not a bool (although really it should be, but that's a bigger change).

Fixes: a7141a6f ("vulkan: Allow beta extensions for physical device features")
Fixes: 083793a3 ("vulkan: Allow beta extensions for physical device properties")

Merge request reports