commit | 67a2d57e3ffcc895a0f77181bcd5b6bcb0310bbd | [log] [tgz] |
---|---|---|
author | Brandon Jones <bajones@chromium.org> | Tue Dec 21 00:07:01 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 21 00:07:01 2021 +0000 |
tree | c395ffbcd6d77c353f719ef184086226973ae485 | |
parent | 13f4129ec11b787349c3e8cfde73c50bd194b135 [diff] |
Temporarily avoid error message formatting failure For unknown reasons formatting of a error context message fails in RenderEncoderBase::APISetBindGroup fails if the bind group is printed as a string in the message. This despite the exact same code working as intended in ComputePassEncoder::APISetBindGroup. Replacing it with a static "[BindGroup]" to allow the rest of the message to format correctly until the reason for the failure can be determined. Bug: dawn:1190 Change-Id: I31105acff4d08849a34e406c6b8e85fab28f17b5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/73280 Auto-Submit: Brandon Jones <bajones@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Kai Ninomiya <kainino@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.