commit | 54c613ad0827bb9cfa2fa47f9f33a5d435a6a394 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Fri Sep 01 09:04:10 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 01 09:04:10 2023 +0000 |
tree | 0bc58086b477c5855244315e4483843b56ceff04 | |
parent | 32a9ad276277e904211633a80609f1deec676033 [diff] |
Drop kFirstMemberAlignment from DawnInstanceDescriptor The alignment is only needed for C++ structs that have an analogous C counterpart so that their layout is identical. This struct is not in the C API. Bug: none Change-Id: I6ec5dd4ecb559be0eb906d6252eba3daf037b0e3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/149326 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Jiawei Shao <jiawei.shao@intel.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Austin Eng <enga@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.