commit | b8b17ce1b3f144a3089d60feadb8ea509297fde9 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Oct 25 23:00:07 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 25 23:00:07 2023 +0000 |
tree | 567715070ddba6b9488e97906f2947d94b734e21 | |
parent | b9ca57d0dc027069000a9c816d38bad9bdb43736 [diff] |
[cts] Support the new binary cache file format Once https://github.com/gpuweb/cts/pull/3094 lands and rolls, the case cache will move from JSON to binary. The fetch() needs to handle this change of encoding. Change-Id: Iecc8ead12bdff2d64bc3bf129022bf4686ce70d9 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/158061 Commit-Queue: Ben Clayton <bclayton@google.com> Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Kokoro: Ben Clayton <bclayton@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)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.