commit | 2d0164ee9cfddc8982c68f4f2dd5d1fc51ded8d8 | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Mon Jan 08 20:45:22 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 08 20:45:22 2024 +0000 |
tree | 24026d2fca37296c26d6af8e7b02da0d0d613a42 | |
parent | 3f487d8ddaa7fa8813119b184316bbd420d84342 [diff] |
Revert "Apply trivial frontend defaults by copy, and recursively" This reverts commit ba44daa08b94402e1d0ef4add3ff5c43fdd9c248. Reason for revert: Revert so I can revert https://dawn-review.googlesource.com/c/dawn/+/166821 Original change's description: > Apply trivial frontend defaults by copy, and recursively > > struct.WithTrivialFrontendDefaults() makes a member-by-member copy of > the struct, applying defaults where needed and recursing where possible. > > Also adds a few missing static_asserts for `type.chained` structs. > > Bug: dawn:2224 > Change-Id: I5bb00d3c04f9417778114ffe79382266884208f7 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/168160 > Reviewed-by: Corentin Wallez <cwallez@chromium.org> > Reviewed-by: Loko Kung <lokokung@google.com> > Auto-Submit: Kai Ninomiya <kainino@chromium.org> > Kokoro: Kokoro <noreply+kokoro@google.com> > Commit-Queue: Corentin Wallez <cwallez@chromium.org> TBR=cwallez@chromium.org,kainino@chromium.org,noreply+kokoro@google.com,dawn-scoped@luci-project-accounts.iam.gserviceaccount.com,lokokung@google.com Change-Id: I60dbcad27ad2297b7000a4587c0d35354aa907f8 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: dawn:2224 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/168720 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Owners-Override: Kai Ninomiya <kainino@google.com> Kokoro: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org> Auto-Submit: 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.