commit | f6f72521a6ea899eaaa7ee972bb828d8eeb51fc6 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Wed Apr 17 08:32:39 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 17 08:32:39 2024 +0000 |
tree | c6c7fcef582ed564ee2a13ea34f244c49863a48e | |
parent | 7423c417a5934bb64f91e57669e2774527c6cdf0 [diff] |
Revert "Reland "Make WGPUImageCopy[Buffer|Texture] inextensible"" This reverts commit 4ce34f889e231783348afaedc77988241b2241ab. Reason for revert: Fix hadn't rolled into Chromium yet >_> Original change's description: > Reland "Make WGPUImageCopy[Buffer|Texture] inextensible" > > This is a reland of commit 11e2e549be4a1a8f19e707f8a459239e0f82173d > > Original change's description: > > Make WGPUImageCopy[Buffer|Texture] inextensible > > > > Fixed: dawn:2227 > > Change-Id: I49181b05f3bda2ea1724abadf0ff7513d661c56c > > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/183240 > > Reviewed-by: Kai Ninomiya <kainino@chromium.org> > > Commit-Queue: Corentin Wallez <cwallez@chromium.org> > > Change-Id: I2681191beebed10a694712e250ec631f89bb0438 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/183940 > Auto-Submit: Corentin Wallez <cwallez@chromium.org> > Reviewed-by: Kai Ninomiya <kainino@chromium.org> > Commit-Queue: Kai Ninomiya <kainino@chromium.org> TBR=cwallez@chromium.org,kainino@chromium.org,dawn-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: I6b7a5b883c0a453986ce9813b83935c0ab180d60 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/184340 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Corentin Wallez <cwallez@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.