Skip to content

vulkan/device_select: Only call vkGetPhysicalDeviceProperties2 if the device supports it.

Georg Lehmann requested to merge DadSchoorse/mesa:device-select-vulkan11 into master

vkGetPhysicalDeviceProperties2 is not allowed to be used with a 1.0 device because it's a vulkan 1.1 function.

Closes: #4396 (closed) CC: mesa-stable

Merge request reports