commit | 146b67e0cdfae428a4787b0760b56649f49e9af6 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Fri May 05 12:12:16 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 05 12:12:16 2023 +0000 |
tree | 233714a38da3a527ec980f5844f8d06bdecc8c71 | |
parent | 895d240fbf9ec44dfd8900fa13b0aa2dc6dea880 [diff] |
tint/ir: Replace getter with raw fields for more classes There's an odd mix of IR classes that use raw fields, and others that have getters. Migrate a bunch of those getters to raw fields. Change-Id: I5c80abe16d3b4e6e5e9dc8f985611f9edfe5cdc6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/131621 Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Kokoro: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@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.