commit | 3e5a7090cfac8022ce0c7e508fe3491075145358 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Mon Sep 04 21:08:53 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 04 21:08:53 2023 +0000 |
tree | 2f9235a86df6f6c59591e03d27bcb227614096d3 | |
parent | bcf706b6baacaca0e31dc739e7bce861112c237b [diff] |
dawn/native: Fix non-void function with no return Reported by GCC, missed by Clang and MSVC. Maybe this class specialization is not instantiated? Change-Id: Iffb1e0ef7a029a46a85a4d89ae044390355844ec Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/149680 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Ben Clayton <bclayton@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.