commit | 3fea189d691f2319d1bc9393d413e2093744ae23 | [log] [tgz] |
---|---|---|
author | Gregg Tavares <gman@chromium.org> | Wed Nov 01 13:01:16 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 01 13:01:16 2023 +0000 |
tree | 87288611275824b05d8b8a1cf4f24c3da954c1ea | |
parent | 582893ff37150abeb9e0e7f1fa3d26c0007a35fa [diff] |
Compat: Make roller deal with compat expectations This CL changes these tools so instead of passing around a list of results they pass around map of lists of results where the key of the map is "core" or "compat". Change-Id: I3b64b5cc9a1b637eb4fe2f971691c5abdf2cb9a4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/157561 Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: 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.