commit | 9f4eff245f365bf58c314ec558edc63cec506ce5 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Thu Jun 13 03:45:11 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 13 03:45:11 2024 +0000 |
tree | 26a4139fa028941082517c21496bfbf213b23e63 | |
parent | f9908d57a058ee3f78c748f20980d14ce2541845 [diff] |
[msl] Fix undef struct constructor args We still need to increment the member index otherwise the next argument will be assigned to the wrong member. Bug: 42251016 Change-Id: I9b6efe1757c54fa62265c34836410738b028d747 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/193201 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: James Price <jrprice@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.