commit | 587f216e529271acd3554b0dca6cfa66f2dc331f | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Wed Sep 06 03:26:52 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 06 03:26:52 2023 +0000 |
tree | a8384833fdbb247d23126a75bb12f2bc2c16fe3a | |
parent | be70a6d62d6ba0a47594d1e515c8f896a3b27c85 [diff] |
Add release-mode CHECK() macro, replace usages of abort() Bug: None Change-Id: I34dfb7215128268d44412b3cf230b62dc3f2fdb9 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/149102 Auto-Submit: Kai Ninomiya <kainino@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Kai Ninomiya <kainino@chromium.org> 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.