commit | e387e82380f186e65f88dfe140e891b9a28db8e7 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Thu Jun 01 14:32:46 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 01 14:32:46 2023 +0000 |
tree | 5eeef5a27c5e917d0dddd5f1e59dfba4dc8d02f0 | |
parent | 829195972f5732b8738b8229a616315930d593be [diff] |
dawn::wire::server: Use WireResult consistently for error handling. This will prevent accidentally forgetting to handle errors since WireResult is tagged as [[must_use]]. Also it allows using WIRE_TRY() which is marginally less verbose. Bug: dawn:1821 Change-Id: I675c4c73d2523411d8da8f08ffedd5c9b4c8201a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/134680 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Loko Kung <lokokung@google.com> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
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.