commit | d336733c8338ae5bf3f4eadf9bcf8c286cd20fba | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Nov 01 14:34:08 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 01 14:34:08 2022 +0000 |
tree | c791579de3b6f71ddb95686e9a357baf1c638b2c | |
parent | b9ed75cf2fe5ab8d759da17a9cfe0befb286a1a1 [diff] |
[IR] Add switch control flow node. This CL updates the IR builder to create control flow nodes for a switch statement and the contained case statements. Bug: tint:1718 Change-Id: I05b73db11ab14676cc123f436ae5912b1dbee0d5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/107801 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.