| commit | 66805b0c0e45eaf4ef95d60d26c32b16ff6ae639 | [log] [tgz] |
|---|---|---|
| author | Ben Clayton <bclayton@google.com> | Wed Jun 14 22:00:01 2023 +0000 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 14 22:00:01 2023 +0000 |
| tree | e3a2251f277979d887d0eadaecc346aaaeae721d | |
| parent | 7e5f6113b005c24473fdd1908a5f47c20a0c297e [diff] |
[tint] Migrate to 'fluent types' Replace the ProgramBuilder and type::Manager over to using a common set of templated types for type construction. Allows for arbitrarily-deep templated type declarations instead of the one-level declarations that were offered previously. Change-Id: I4744417cdbbb531c6b9958d92f45d3dd5bebddac Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/137061 Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: 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)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.