commit | 60f3832435e7977935897fb0576ce5909343e4a0 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Tue Jun 14 09:31:46 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 14 09:31:46 2022 +0000 |
tree | a25c5ed0628dee861a2390d1eb7785558632de47 | |
parent | ff2dc652f5301a78011bf6f89d6ddbff0cda5ce2 [diff] |
dawn::wire::client: Write ObjectBase constructor params in a struct. This will allow easily adding new parameters to ObjectBase in the future (like an object generation). Bug: dawn:1451 Change-Id: I4fc81384987cdd9c33e672d15fcd960dbf0367a0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/93144 Reviewed-by: Loko Kung <lokokung@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Corentin Wallez <cwallez@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.