commit | a62b5c8fcbb1cb423565f2bd9a00d0527008dc7f | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Jun 14 13:40:00 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 14 13:40:00 2023 +0000 |
tree | dace2a29db4bbf6add3e9a7a1fab5b5a7837d5bf | |
parent | 19f92f9cdeab4e4f888d78ad7a3fd5819fdc2a7d [diff] |
[cmake] Disable MSVC warning C4459 declaration of 'identifier' hides global declaration This is triggering while Clang and GCC are happy. Fixing this requires changing all the local variable to be a different name, so just silence it. Change-Id: Ic36559f16e10c7d8c581803c941b18338931e0cb Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/137240 Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com> Commit-Queue: James Price <jrprice@google.com> Kokoro: Kokoro <noreply+kokoro@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.