commit | 4d9f2ca07d2ee4c0fcc8154a1e4fa5298a4ca281 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Fri Feb 26 20:25:38 2021 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Fri Feb 26 20:25:38 2021 +0000 |
tree | d18183c2ff93b94121a4bbd0f987559792a4e61f | |
parent | 329c1c98fef964ea532a0579ae6f2553ff3382c5 [diff] |
tint: Move to new transform API tint::transform::Transform::Output::diagnostics is deprecated. Diagnostics are now all in the Output::program. Use the VertexPulling(const Config&) constructor instead of the setters. These are deprecated. Change-Id: Icefb84719d4915550c1e554e6d0c6e06ebb05f5c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/42266 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by: Austin Eng <enga@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 the webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.