commit | 032deed5bc55206a78de7451a43ed356c1fb5d1b | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Thu Aug 31 11:24:11 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 31 11:24:11 2023 +0000 |
tree | 7043998bc9a20cbcc59d57b817d6648e2d66ad28 | |
parent | e15652b3c40e68b5f86bd80a92e95092d479c86b [diff] |
Fix build failures with DawnInfo This patch fixes all the build failures with DawnInfo in standalone Dawn by implementing all the missing interfaces in DawnNative.h. Bug: dawn:2020 Change-Id: I28791aea1474fe4fd1379f7ee487d6b17286eed3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/149226 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@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.