commit | 1cd44675ac128d4e59e6c94beae42b8a15d65baf | [log] [tgz] |
---|---|---|
author | François Beaufort <beaufort.francois@gmail.com> | Tue Apr 02 09:14:56 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 02 09:14:56 2024 +0000 |
tree | 79dbca53cc6812442a3cc8feda54d52cdee21320 | |
parent | 2f18c9a75f8581c393e34b493ed1de23b9a22f72 [diff] |
Handle dedicated, service, and shared workers This CL is the second patch of a 6-sided patch involving the CTS, Chrome, and Dawn. Here, we add code to handle tests with ?worker=dedicated, ?worker=shared, and ?worker=service URL parameters Bug: chromium:330596242 Change-Id: Ie5b5467cd01be7d5bdec853516397b2c3009bd2a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/178780 Reviewed-by: Ben Clayton <bclayton@google.com> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Fr <beaufort.francois@gmail.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.