commit | 401aad5878d2f09aa86211c7e2c8533734cb6435 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Tue Feb 02 15:38:39 2021 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Tue Feb 02 15:38:39 2021 +0000 |
tree | 2471643577e126692354eab3d2f6c238e52796c0 | |
parent | 199ba447c511fcdc9f06595f85d42bb97f519417 [diff] |
Simplify tint API usage A whole lot of public API tint changes have been made to simplify usage of the library. Big changes include: * Type determination is now implicit * Generators no longer take ownership of programs, so they don't need to be cloned. Change-Id: Icac0956ae120ae4e6a9d0290b2478c0fbc3bcf22 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/39341 Commit-Queue: Ben Clayton <bclayton@google.com> 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.