commit | 32cb509307806cbccef5642ac365df2d9ed229f4 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Fri Feb 17 19:46:03 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 17 19:46:03 2023 +0000 |
tree | dcd4fc50949b1e37c4be75cb5f1e23aeafc1021b | |
parent | 9fafbc0a9ebb81e9de03b8b6765ea1721e22a6c8 [diff] |
Revert "Remove wgpu::CreatePipelineAsyncStatus::Error" This reverts commit 9fafbc0a9ebb81e9de03b8b6765ea1721e22a6c8. Reason for revert: Breaks Chromium compilation. Original change's description: > Remove wgpu::CreatePipelineAsyncStatus::Error > > It is no longer used in Chromium and the ::ValidationError and > ::InternalError should be used instead. > > Fixed: chromium:1404422 > Change-Id: I7ecb1e23cfedc8f16f91431ac8b9ec8a9bbf2933 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/119461 > Kokoro: Kokoro <noreply+kokoro@google.com> > Reviewed-by: Austin Eng <enga@chromium.org> > Commit-Queue: Corentin Wallez <cwallez@chromium.org> > Auto-Submit: Corentin Wallez <cwallez@chromium.org> TBR=cwallez@chromium.org,enga@chromium.org,noreply+kokoro@google.com,dawn-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: I75dcface5197d6fedd3666c8f7fc694f4fab7c04 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/120381 Commit-Queue: Austin Eng <enga@chromium.org> Kokoro: Austin Eng <enga@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Kokoro: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Corentin Wallez <cwallez@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.