commit | c67a4fa78094b1b79027148f9250c27064bf9d95 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Fri Jun 09 19:34:20 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 09 19:34:20 2023 +0000 |
tree | 5dbc689d2f3af00b8528071343b06c0ae64f61c5 | |
parent | d2e4270f67b29e8dbe32083d8ca0535a34f293e3 [diff] |
[tint][ir] Strip Create prefix from methods The builder builds things. Most of the methods don't have Create as a prefix. Make the class self-consistent and consistent with the ProgramBuilder by removing all Create prefixes. Change-Id: I5993a265616e0d29ec4f04fd0d514707b3896cdb Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/136606 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
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.