commit | 6f3a39f85c559216aaeb2dd233373dbc73f6a4a4 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Jun 18 13:46:04 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 18 13:46:04 2024 +0000 |
tree | d1a2738319d40c77fc239b744de263c6497dec30 | |
parent | c785291667a492f11ba2eadc20a9ccf45974bdd1 [diff] |
[hlsl] Implement more type emission. This Cl fixes the emission of array types and adds nested struct emission. Bug: 42251045 Change-Id: Id2a05336e684a6c5bd4e2d0eab7fa00eaa959b67 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/194020 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: 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.