commit | 67a1893b6a12ed2c6f8c057bc7f2de0a11672972 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Jun 26 19:54:49 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 26 19:54:49 2023 +0000 |
tree | 963fdf32d2e31895b7b63c2f3e74b923099efb2d | |
parent | 09febd4875bc9c689cb538866773c8e5df802412 [diff] |
[writer] Update generators to use CamelCase Some of the method names in the generators were still in `snake_case`. This CL updates them to be `CamelCase` to better match with the rest of the code base. Change-Id: Icc4acee5c98bf24340b2f6322e1ad8cdae87813e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/138900 Commit-Queue: Dan Sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@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.