commit | 41cdde73fbc97afbe4de286d3180ad3420ca1fbc | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Tue Jan 09 19:57:40 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 09 19:57:40 2024 +0000 |
tree | 22054ab27c753afd6cb7642a780b50092ba0f4d8 | |
parent | 83f1c1a5a49d0a0d96eb956cd6a45d67def3a71c [diff] |
[tint][lang] Standardise lower / raise namespaces These were inconsistent between languages. This CL applies the following rules: * Lower transforms are declared in the tint::<lang>::reader::lower namespace. * Raise transforms are declared in the tint::<lang>::writer::raise namespace. To avoid pointless repetition: * The main Lower() function is declared in the tint::<lang>::reader namespace. * The main Raise() function is declared in the tint::<lang>::writer namespace. Change-Id: I6931e50c9868219950af63c54a248a79f6b9c0dc Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/168227 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@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.