commit | d846208df2916016e83007f533a911872e9716e0 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Mon Sep 04 11:25:08 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 04 11:25:08 2023 +0000 |
tree | 05fd6cabb9bff643b9667b7503b0dea07004db26 | |
parent | 5ff8d97a886fa8aa63694b2c7a9428d410c35dee [diff] |
dawn/node: Fix warnings about missing switch cases Use macros to make the enum conversion easier to read and sort. Change-Id: I0d221d0478bcc06e69aa5aec5fa176028a84c2ef Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/149620 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Auto-Submit: Ben Clayton <bclayton@google.com>
Dawn is an open-source and cross-platform implementation of the work-in-progress WebGPU standard. More precisely it implements webgpu.h
that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h
version that Dawn implements.webgpu.h
.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.