commit | d75047380f40c11649b8d8b0b5f0ddc3d7f9b594 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Jun 27 22:10:24 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 27 22:10:24 2024 +0000 |
tree | 325472f91c30049c741292ca6e8b83d696edde1d | |
parent | 794b1b7fe7040f270c6de9089e9193c1df177716 [diff] |
[hlsl] Add transform to remove struct and array initializers to lets. This CL adds a PromoteInitializers transform to the HLSL IR backend which promotes struct and array initializers to lets. Bug: 42251045 Change-Id: I812169fefb051f0035ee47f6b073d85b81222a47 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/195834 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: 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.