| commit | 468c8103a0656be8047e096a02bd8e29fa3a8595 | [log] [tgz] |
|---|---|---|
| author | Brandon Jones <bajones@chromium.org> | Tue Sep 02 15:29:21 2025 -0700 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 02 15:29:21 2025 -0700 |
| tree | 2a5df55d0c596efa51bf715758a1aadd08f1df65 | |
| parent | 080ee1b3b50d2f48ada384b089a9de56cb606a4c [diff] |
Tasks are synchronous after AssumeCommandsComplete Ensures that once AssumeCommandsComplete has been called all future tasks will be executed immediately rather than being placed on the serial task queue. This prevents tasks scheduled during device teardown fromt "leaking". Bug: 430452846 Change-Id: I67ca6f5906cb001f89f6ca800ff290f9e9104f88 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/260438 Commit-Queue: Brandon Jones <bajones@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com>
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.