commit | cc29433646f1ac959f9aae7258cc8d432ba2e568 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Tue Nov 28 19:08:35 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 28 19:08:35 2023 +0000 |
tree | ecfd73799566eecde25d03a7c3cd433ee6e34c40 | |
parent | 6168e7253445ace7e094894a289464cba602039f [diff] |
Implement queue-related futures on D3D Also modifies EventTests to not leave incomplete futures on the shared test instance. Instead, these tests make their own instance. DawnTest ASSERTs that there are no dangling objects at the end of a test. These futures would be dangling because the shared test instance is never dropped. Bug: dawn:2055, dawn:2054 Change-Id: Idf1b8f87352eed07b08f53bcf97517d8a7202674 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/156805 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: 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.