commit | 16901fbcdfe3b58e568cf0315846c192fd31135a | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Fri Mar 08 18:15:17 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 08 18:15:17 2024 +0000 |
tree | 3fe0ea50b0d6ec5036a11ac8fb94bb09dd68b117 | |
parent | 9556a4a680881d0932706cf4887909772e6e07bf [diff] |
tint: fix mac build wrt 'reserved-id-macro' warning AppleClang uses a different warning name for 'reserved-macro-identifier' named 'reserved-id-macro'. Clang source shows this to be an alias for the former: https://github.com/llvm/llvm-project/blob/main/clang/include/clang/Basic/DiagnosticGroups.td#L723-L724 Ignore this warning when including protobuf as well. Change-Id: I2c5b02c2ce499343ace01772bda7ba94b70f53f4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/178265 Auto-Submit: Antonio Maiorano <amaiorano@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Antonio Maiorano <amaiorano@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
Dawn is an open-source and cross-platform implementation of the 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)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.