commit | 2e0938d1a05ca6629c3fa92e38d40ed1b58aab17 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Tue Jul 23 19:04:34 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 23 19:04:34 2024 +0000 |
tree | 35e46eca05017ffc03fce64c8c971dcc39a546d5 | |
parent | 1c65d21d003d4dd9f46d1ddb08af354711134496 [diff] |
[ir] Use inference for array of builtin structs These structures are unnameable in WGSL, so we cannot use an explicit element type when converting IR to AST. Fixed: 353249345 Change-Id: I4cd2218a52839864ac9042f61df167dbdac2194d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/199777 Auto-Submit: James Price <jrprice@google.com> Reviewed-by: David Neto <dneto@google.com> Commit-Queue: David Neto <dneto@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.