vk_physical_device_check_device_features should ignore unsupported feature structs: Any component of the implementation (the loader, any enabled layers, and drivers) must skip over, without processing (other than reading the sType and pNext members) any extending structures in the chain not defined by core versions or extensions supported by that component. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10177 Cc: mesa-stable Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26767>