commit | 6d5542d7036730f268bf1deb2d566ba815436caf | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Tue Aug 09 14:15:30 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 09 14:15:30 2022 +0000 |
tree | aacd76bef51b84b5b59b09f71d27b6530c2a1b68 | |
parent | d072e111203245b8ddac46a9debe8db1fd7cea36 [diff] |
Fix compilation error in delete_statement.cc There seems to have been a race between changes and SwitchStatement::body is no longer an std::vector but a utils::Vector. Bug: tint:1110 Change-Id: I84d19049ecd54b1eba3f826e6c8c7d07ad3746ca Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/98641 Commit-Queue: Dan Sinclair <dsinclair@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Auto-Submit: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Dan Sinclair <dsinclair@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.