commit | 065350121230bb34101d6496fbb5f80e7ef06a95 | [log] [tgz] |
---|---|---|
author | Brian Sheedy <bsheedy@google.com> | Thu Aug 11 14:39:51 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 11 14:39:51 2022 +0000 |
tree | 1719abef9e43f0519fa4b03f5d40f87d84875ae0 | |
parent | 6af4c8b97d3658802aac01b24e05358240ad0086 [diff] |
Switch to message protocol Switches the WebGPU CTS test runner JavaScript code to use the defined message protocol instead of the ad-hoc solution we were using before. Bug: chromium:1340602 Change-Id: Ieaf26b5b2409f69d7859d3db4ce7757780de6712 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/98684 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Auto-Submit: Brian Sheedy <bsheedy@google.com>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.