commit | c713005b14cfea3433a39c04451d98a36e714eae | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Fri Feb 17 23:24:43 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 17 23:24:43 2023 +0000 |
tree | e8af2a05d7069247b54fc261b66c9fdb72824e2a | |
parent | 25669a6bd3cd8e95113c5db2f45bd97b40bf3140 [diff] |
Reland "Remove wgpu::CreatePipelineAsyncStatus::Error" This is a reland of commit 9fafbc0a9ebb81e9de03b8b6765ea1721e22a6c8 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> Change-Id: I1f6a7d858709babb99f3546273d17f5f58029612 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/120383 Commit-Queue: Corentin Wallez <cwallez@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.