mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-10-17 15:35:15 +00:00
Similarly to the CL for Instance extensions, it makes each device extension linked to an enum class and a bitset. Logic surrounding device extensions is changed to take advantage of this to be more programmatic and less error prone when adding support for a new extension. Bug: dawn:457 Change-Id: Iecf623c40b890b7e00ba972d5eac0712866692b5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/22941 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>