commit | 442044a975ab7ad4351d7369a9b3bf666ee72041 | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Tue Oct 17 17:57:22 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 17 17:57:22 2023 +0000 |
tree | 8aa33d20d2bf6382ba9e2da438591ebb54ae0f53 | |
parent | eee2a8328adc18a3cef5d9db11be61899fe64f56 [diff] |
dawn.node: return GPUPipelineError instead of OperationError As per https://www.w3.org/TR/webgpu/#async-pipeline-creation This was fixed in CTS with https://github.com/gpuweb/cts/pull/2298 Change-Id: Ic5544c864247ce7a2e39a888a81cd1c4f92c5470 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/156720 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Antonio Maiorano <amaiorano@google.com> 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.