commit | 83f233632ad465c159cad9cfc1cfbd6aa1ee022f | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Jun 26 21:02:35 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 26 21:02:35 2023 +0000 |
tree | c224a21f6328a42c325eea9bd5e18504d5c14b49 | |
parent | 67a1893b6a12ed2c6f8c057bc7f2de0a11672972 [diff] |
[ir][msl] Emit array types Add emission of array types to the MSL IR generator. This includes the creation of the `tint_array` template. Bug: tint:1967 Change-Id: I9125e54e2c72a2449716c7a1c131690ca7b1b851 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/138840 Kokoro: Kokoro <noreply+kokoro@google.com> 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.