commit | 2dc9c25ea0da4d66312f494e64b5412ebbb5aed7 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Wed Jan 17 12:58:46 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 17 12:58:46 2024 +0000 |
tree | 8982b5175d5395ccf609b59e30a4a365c7f4e3e7 | |
parent | 9a1f3681146f574c81717d5cb5eaa1a47f562cf6 [diff] |
Revert "Remove now-unused dawn::native::Instance setters" This reverts commit f869f9cf68015b924295dbf6aaceefa5e842af08. Reason for revert: Unblocks a revert in Chromium. Original change's description: > Remove now-unused dawn::native::Instance setters > > Bug: None > Change-Id: Ib60f4e987bbad7d2e857efaaaadcbcdb7282ddf6 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/166144 > Reviewed-by: Austin Eng <enga@chromium.org> > Reviewed-by: Loko Kung <lokokung@google.com> > Commit-Queue: Corentin Wallez <cwallez@chromium.org> > Kokoro: Kokoro <noreply+kokoro@google.com> # Not skipping CQ checks because original CL landed > 1 day ago. Bug: None Change-Id: I849551c8384daf8fcbb23e04d8eac99e417b7a48 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/170180 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Friedrich Horschig <fhorschig@google.com> Kokoro: Corentin Wallez <cwallez@chromium.org> Owners-Override: Friedrich Horschig <fhorschig@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
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.