commit | ffd8681aa4786481a5e8a29219e55610ac228d92 | [log] [tgz] |
---|---|---|
author | Avi Drissman <avi@chromium.org> | Thu Jul 20 18:49:05 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 20 18:49:05 2023 +0000 |
tree | fd59365b708c61b1731f845dc6e5e719b624a099 | |
parent | 95d9dba23e78511a04f13da66f32d3e22169c05a [diff] |
Don't allow Dawn to be compiled as ARC Chromium is switching to compilation with ARC. Dawn isn't ready for that, so don't allow it to be compiled with ARC. Bug: chromium:733237 Change-Id: Id70d5f28c1da977d3d6f05491e0e1a5a8ea2d0aa Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/141820 Auto-Submit: Avi Drissman <avi@google.com> Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> 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.