mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-08-28 22:45:53 +00:00
A bad assert was causing devices that only supported Vulkan 1.0, such as the Nexus 5X, to crash when querying information about adapter properties and features. This change removes the need for the ASSERT. (Note that this does not guarantee WebGPU support on Vulkan 1.0 devices. For example, the Nexus 5X does not have the fragmentStoresAndAtomics feature, which is required for WebGPU.) Bug: dawn:286 Change-Id: I7f884290f29ae7e9607933f6186feac2ce8af540 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/117840 Commit-Queue: Brandon Jones <bajones@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@chromium.org>