commit | 212959b7383a69d4df61a17bc5710396411d060c | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue May 30 19:55:08 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 30 19:55:08 2023 +0000 |
tree | b298a5de5ab9054df1036d9c80882e1c22bb9c70 | |
parent | a03e0fc402b2186d049ecaeb0a0ac90358844868 [diff] |
[ir] Change function return attributes to not be list. This CL updates the function return attributes to store individual members instead of a list of attributes. This matches the FunctionParam and Var usage for attributes. Bug: tint:1915 Change-Id: I99e8a7a055afbe841af7c149078f547fd0608344 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/134840 Commit-Queue: Dan Sinclair <dsinclair@chromium.org> Reviewed-by: James Price <jrprice@google.com> Kokoro: Kokoro <noreply+kokoro@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.