commit | 9be5f3d43473404c10b89d00039382e07c91ca83 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Thu Sep 14 08:10:21 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 14 08:10:21 2023 +0000 |
tree | 9f21999d3e37a5d64b12a48862ede5082c266adb | |
parent | 5317cb3a081b825428c401878f750b20d8f50ecc [diff] |
[dawn] Replace CHECK() with DAWN_CHECK() Avoid collisions with other libraries. Change-Id: If9250be60c754d68ae648e9092f78f02c25ee388 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/151621 Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: Austin Eng <enga@chromium.org>
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.