commit | 84cd0f83d5f3661bd4d2f10287775e778589c14e | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Tue Nov 28 15:20:35 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 28 15:20:35 2023 +0000 |
tree | 9770dd1aad4aee5a7eb1064cd840398af9d8c44a | |
parent | 6ed49808e2f6afb5b92287b898e50ef50e8219ca [diff] |
[tint][ir] Always emit ir::Let for WGSL lets Instead of only emitting them when a value cannot be named. Preserves variable naming when going through WGSL -> textual writers. Change-Id: Ifbd7d994f8e3830bc363f3c89fe8989fd4817e55 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/163240 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: dan sinclair <dsinclair@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com> Auto-Submit: Ben Clayton <bclayton@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.