commit | 1f8e6f2c511085eaca44d992c3e76aef7a19b3e5 | [log] [tgz] |
---|---|---|
author | Loko Kung <lokokung@google.com> | Thu Feb 29 00:29:53 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 29 00:29:53 2024 +0000 |
tree | 64f1ee23c6f1b7738bfa2c51703329641bde3f5d | |
parent | 60f26b021e0d513fe61a1c61e656205b9b962892 [diff] |
[dawn][native][WGPUFutures] Removes TrackedEvent::CompleteIfSpontaneous - Instead, introduces SetFutureReady helper which is similar to it's counterpart in the wire. - Use the new helper for events like Buffer::Unmap. Bug: dawn:1987 Change-Id: I359cc04baa938cbe1d3fd0d27485fcdde8c1baf6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/175944 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Loko Kung <lokokung@google.com> Reviewed-by: Austin Eng <enga@chromium.org>
Dawn is an open-source and cross-platform implementation of the 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)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.