Reland "Refactor AsyncTask into an object with helpers." This is a reland of commit 773146ed837bac5363753246e4e2ea3f476f20b1 Original change's description: > Refactor AsyncTask into an object with helpers. > > AsyncTaskManager::PostTask now constructs a task object to wrap the > running task and returns it. Allow for overriding the AsyncTask class > with a template on PostTask. > > Update std::lock_guard to the more modern std::scoped_lock in > AsyncTaskManager. > > Bug: 406520956 > > Change-Id: Ie66e5b704db3772117885ce71ea0308b13c093b7 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/251114 > Reviewed-by: Corentin Wallez <cwallez@chromium.org> > Reviewed-by: Loko Kung <lokokung@google.com> > Commit-Queue: Geoff Lang <geofflang@chromium.org> Bug: 406520956 Change-Id: Ifdeef6a5ed973a58e5826e20e9b371ba5c5ac2d0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/261096 Reviewed-by: Loko Kung <lokokung@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Geoff Lang <geofflang@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.