commit | acef3106912878e0b93c0f969c80020853fcbbb1 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Mon Nov 20 17:09:35 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 20 17:09:35 2023 +0000 |
tree | 3f4e73e5c4b4c82fbd5247b0e2174810de44f0e8 | |
parent | db94fe88e16e2975f1f1291d4ea9750c6fdb5626 [diff] |
[tint][ir] Add ConstPropagatingPtr - const-propagating ptr This helper acts as a pointer that propagates the const from the wrapper to the pointee type. This helps prevent const accessors from returning non-const pointers. Change-Id: I92bcd628ffd9353d2217790eee0540225aeae176 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/161013 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: 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.