commit | 520a86a2104a6860979d1ab91899ef4c640beef7 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Thu Aug 22 23:14:21 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 22 23:14:21 2024 +0000 |
tree | 846d7a3ad7c8233041152b81046a4c7b8ff14b20 | |
parent | b2d106ead5c33538ddf56a76fb99ce304f68c8b8 [diff] |
[msl] Fix host-shareable struct padding The struct usages are not kept up-to-date through transforms, so we need to determine which structs are used in host-shareable address spaces by inspecting the entry point parameters instead. Bug: 42251016 Change-Id: Ia88720e52674e212b4f889de9c7ee45f026da3bc Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/203635 Commit-Queue: James Price <jrprice@google.com> Reviewed-by: dan sinclair <dsinclair@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.