[dawn][metal] Make the ExecutionQueue's completed serial waitable. - By making the ExecutionQueue's completed serial waitable, this simplifies backends that have automatic serial updating enabled and allows us to provide a default WaitForQueueSerialImpl implementation. - Since the Metal backend already does this, updates it to use this new mechanism and remove the previously required infrastructure. Bug: 412761228 Change-Id: I498deedbe2b3ae407f61b712225391174b7e32cc Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/293876 Commit-Queue: Loko Kung <lokokung@google.com> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Corentin Wallez <cwallez@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.