commit | 8700be5806505dc847811993f27b17febcfe7197 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Fri May 31 18:07:26 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 31 18:07:26 2024 +0000 |
tree | 4e763531e6c778e1b1c5c09714357ac3ae1a6763 | |
parent | f48cad0eac49c67f30996eb6ff7f7635217e541c [diff] |
Convert std::endl to newlines. Currently the codebase sometimes uses `\n` and sometimes uses `std::endl`. This CL converts the remaining `std::endl` usages to just use the `\n` form directly. This removes the need to go through the `std::endl` and removes the calls to `flush` which it adds. (This is in line with the cppcoreguidlines SL.io.50) Change-Id: Icc8b3c99e9a96c8b6fd504ce47e80d7f307b7633 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/191020 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: Corentin Wallez <cwallez@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.