commit | a8516c1ab03f65d9890548ddde52b71611b9a8d2 | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Tue Jan 09 03:33:23 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 09 03:33:23 2024 +0000 |
tree | fd9106aa657af2520247942df2cefb95ba8da5f5 | |
parent | 2651286900a379550b0e46ff3498da0893d8121a [diff] |
Reland "Apply trivial frontend defaults by copy, and recursively" This is a (clean) reland of commit ba44daa08b94402e1d0ef4add3ff5c43fdd9c248 crbug.com/1516317 couldn't be fixed by clean revert so I will fix it directly instead. This revert was only needed to attempt to clean revert another CL. 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> Bug: chromium:1516317 Bug: dawn:2224 Change-Id: I8e49dcec8f075deff351dccc624f40eaba990c4c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/168701 Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Kai Ninomiya <kainino@chromium.org> Auto-Submit: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Kokoro: Austin Eng <enga@chromium.org> Commit-Queue: Loko Kung <lokokung@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.