commit | 774c6d06958c9c756a0b6fa8d2fdb72f43e7d81e | [log] [tgz] |
---|---|---|
author | Hans Wennborg <hans@chromium.org> | Fri Apr 05 21:31:01 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 05 21:31:01 2024 +0000 |
tree | ce75fd643f3aae75f1d9f4e093c0d2ca5472f48f | |
parent | a1d457cfc8623110a1c66e383af9c3c812e1af3e [diff] |
Fix new Clang warnings about set-but-unused variables The latest version started warning about variables declared in condition expressions. Bug: chromium:332931387 Change-Id: Id762fc5fa3f47fa1c2d3d66c8c73ba579f9e5f22 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/182582 Auto-Submit: Hans Wennborg <hwennborg@google.com> Reviewed-by: Loko Kung <lokokung@google.com> Commit-Queue: Loko Kung <lokokung@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.