commit | 3abad2c1257df4d7499914241acf70d03fc2141e | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Aug 11 02:28:01 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 11 02:28:01 2022 +0000 |
tree | 09c4e51523b6b97bddd9cbbb4166bb4ca2de2f75 | |
parent | 7126ed9111bf40048d69839df9c7bbe45f7881dc [diff] |
When emitting a MSL struct initializer emit the struct name. This CL changes the MSL emission for struct initializers to emit the struct name first. `const a = {.f=float3(1)}` becomes `const a = Normals{.f=float3(1)}`. This fixes an issues where the initialization happens inside an array which the downstream compiler rejected without the explicit struct naming. Bug: tint:1641 Change-Id: I948b9ca94f4b89eac6d5bbbaa615b3d71d50c737 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/98760 Commit-Queue: Dan Sinclair <dsinclair@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com>
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.