commit | 91a0358034d157271dde7148a419891563360ca0 | [log] [tgz] |
---|---|---|
author | Brandon Jones <bajones@chromium.org> | Wed Mar 06 00:28:28 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 06 00:28:28 2024 +0000 |
tree | e70c443d66bb0b924da5a73fff56ffdd7163e93a | |
parent | 4ac0e0eb2dbd87822c94db2a348733cad314a54b [diff] |
Identify unlabeled objects in error messages Also will report a texture's format if unlabeled to try and provide more context. Additionally changes the logic for unlabeled texture views slightly to show the parent texture info only if the view has no label. (Previously only showed the parent texture info if the texture was labeled.) Omits "unlabeled" tag from queue objects, since there's only one and it feels a bit silly to demand a label for it. Bug: dawn:2271, dawn:2436 Change-Id: I99d29bdd6c9b57e671292032f3eab49106988b2c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/177680 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Brandon Jones <bajones@chromium.org> Reviewed-by: Kai Ninomiya <kainino@chromium.org>
Dawn is an open-source and cross-platform implementation of the 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)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.