commit | 82132687eb07c3895b96050e5bdfb66222dd5590 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Fri Nov 15 12:47:10 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 15 12:47:10 2024 +0000 |
tree | 8a7e06886903c38a7d5262b884a014ab3cea6921 | |
parent | 6259718dc3861831c9a9d73e8f6e2e80a0703abe [diff] |
[msl][ast] Emit struct name before initializer This is needed when a struct initializer is nested inside another composite (e.g. an array). This isn't currently an issue for this backend as we hoist all initializers for other reasons, but the next patch will reintroduce some nested initializers when constructing packed matrices for workgroup storage. Change-Id: I4b77730a88730563bdd7d231fb25390f0f42a057 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/215074 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.