commit | aa97bb5327c375e89ec1f0ee612b0e00093b9c34 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Apr 26 00:15:31 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 26 00:15:31 2023 +0000 |
tree | 68dc25805372c03fd36e4dd3a93c4ea563651f2d | |
parent | 5b541ff3c287f06b74350827628249152293f407 [diff] |
[ir] Add assignment statements This CL adds Assignment and CompoundAssignment statements to the IR builder. Bug: tint:1718 Change-Id: I3037da0115c7f4fe68941565b7e48866d421bbbf Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/129201 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
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.