commit | 9fafbc0a9ebb81e9de03b8b6765ea1721e22a6c8 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Fri Feb 17 17:27:35 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 17 17:27:35 2023 +0000 |
tree | c0c419264e3e817c4f52c27d1f8bde8c56f4933b | |
parent | ca469fec10c3b41f672ec7569a861f280990728a [diff] |
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>
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.