commit | 9fc46dc3c1e2e7f9fbbc23f3d76f8a5da9c38aef | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed May 17 13:26:40 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 17 13:26:40 2023 +0000 |
tree | 34c091e82d1fd58cccda0957fb6e77021d42c8d8 | |
parent | 25ae3114b37811aa185b3d1cc097e2808a0f6fb1 [diff] |
[ir] Drop address space and access from ir::Var. The address space and access mode both exist on the type of the Var, storing the information into Var is redundant. This CL removes them from var in favour of the type fields. Bug: tint:1718 Change-Id: I0198a8794d6359834592562251b2788e8a0347ca Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/133163 Commit-Queue: Dan Sinclair <dsinclair@chromium.org> Reviewed-by: 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.