commit | 5814a93ec9f6fcf373434286334d7d5a1c713625 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Tue Jun 25 18:20:54 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 25 18:20:54 2024 +0000 |
tree | fa0c31aeea2cfb8948756d138f46cd98b221c7a1 | |
parent | dc1551316ebe4f8fb96d54edc8285a713ccfca4e [diff] |
[clang-tidy] Disable two noisy checks Turn off `misc-include-cleaner` and `misc-const-correctness` for now as they are very noisy. No-Try: true Change-Id: I32040154b4359b55c722ff8b0909af7b607a81ec Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/195754 Auto-Submit: James Price <jrprice@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: dan sinclair <dsinclair@chromium.org>
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.