commit | fa4a7291f2f6083b72a09cb4d944e68c109f8e2b | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Mon Aug 15 19:31:51 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 15 19:31:51 2022 +0000 |
tree | fa774ca70decaa983ef16a7cb87a232aa1f228c0 | |
parent | c935b497e6dacb6249f51a0e6196801a31c12c92 [diff] |
tint: add [[nodiscard]] on utils::Result class Helps when changing the return type of a function from `void` to `Result<T>`. The compiler fails in places where the return value is ignored, which is never what we want with Result. Change-Id: Id3271ea9fb1128f8f493030f013b2b577235be8f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/99160 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Antonio Maiorano <amaiorano@google.com>
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.