commit | 6a0c7b1934e4b429191fa3a5332a88c7e56142b8 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Jun 03 01:10:17 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 03 01:10:17 2024 +0000 |
tree | ec8bdfe0ef74a0ed800f2c06540bf66c889a3fb2 | |
parent | 4a0a8d68cd07dd85277b3abe838054494b0254b9 [diff] |
Run the code formatter. clang-format was recently changed to the version pulled in from build/ DEPS instead of Dawn DEPS. This is a slightly different version of clang-format so formats slightly differently. This CL is the result of running `tools/format` over the repo. Change-Id: I145d0080b0167b50b1e0d5daac7ad0e31534d9aa Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/191160 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: James Price <jrprice@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.