commit | be98f27ad3a22a79c67e1b29d9c6b414139d7cce | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Mon Sep 11 20:47:26 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 11 20:47:26 2023 +0000 |
tree | 4b884cd02dead429b7f9ae4a76153c64ad2f6438 | |
parent | b09b53fa5e0b02a47bad2e36dc1c86efe1bc05b8 [diff] |
Add WGPUFuture, and implement for WorkDone in Metal + wire This implements the WGPUFuture version of OnSubmittedWorkDone for the Metal backend, as well as in the wire (over the old implementation). This is a partial implementation of WGPUFuture. It sits alongside the old API until it's complete and has all of the breaking API changes we're going to make. (See bug dawn:2021.) For more on WGPUFuture, see the design doc in bug dawn:1987. Bug: dawn:1987, dawn:2021 Change-Id: If0c82279addf419ef16cc0280416ce2bfb71895f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/137502 Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com> Reviewed-by: Austin Eng <enga@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.