commit | 76a8d0b92fba552302a6addbc01e948c4cbeed9b | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Fri Apr 03 17:37:48 2020 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Fri Apr 03 17:37:48 2020 +0000 |
tree | 4f49ae1bfc0b6f2780e0c6d4512e221007cb9b68 | |
parent | 2479860e4bb0ef5a12d269557a088bace53f0f30 [diff] |
Support chained extension structs on the wire This CL also adds a couple of dummy extensions in dawn.json so that the serialization/deserialization in the wire can be tested. Bug: dawn:369 Change-Id: I5ec3853c286f45d9b04e8bf9d04ebd9176dc917b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/18520 Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by: Kai Ninomiya <kainino@chromium.org>
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 webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.