commit | a7d2982cc80dff3adfd93f4865e806dc9f348aca | [log] [tgz] |
---|---|---|
author | Zhaoming Jiang <zhaoming.jiang@intel.com> | Wed Jan 17 02:06:55 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 17 02:06:55 2024 +0000 |
tree | 7cdcf5dd3d507ab278957cc679fa26e49b4eb2d8 | |
parent | 2d501c5575e62e0a813c077d8fa6182bc7cc4496 [diff] |
dawn: Fix validation error message in ValidatePassTimestampWrites This PR fix a ValidatePassTimestampWrites error message in which beginningOfPassWriteIndex is misused as endOfPassWriteIndex. Bug: dawn:1800 Change-Id: I722f04c375be96199768146ba14311c5d4a6e41d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/169860 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Zhaoming Jiang <zhaoming.jiang@intel.com> Reviewed-by: Austin Eng <enga@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.