commit | f9f9f829e32eb417825e49141d308ad8709dc835 | [log] [tgz] |
---|---|---|
author | Brendon Tiszka <tiszka@chromium.org> | Tue May 16 03:45:03 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 16 03:45:03 2023 +0000 |
tree | 98a7ccd5fa396591dac43ce3e2127723d93a0552 | |
parent | 64df2e62350bfbd115c47de040318df04cf233cd [diff] |
Add Dawn Wire Server LPM Fuzzer [5/N] Add custom C++ serializer for methods that need to be handwritten Bug: chromium:1374747 Change-Id: I438db05b6fd6d1a1542d847c4b40f22b9143b0d5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/114721 Commit-Queue: Brendon Tiszka <tiszka@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@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.