commit | e3af961cf791f8001756a8983b907341a87f7192 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Dec 04 05:54:53 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 04 05:54:53 2024 +0000 |
tree | c128f1ae2ea82f1973dbfe94c7be3519b4016fa5 | |
parent | 9fc00094b367d186eab475ba0f59dae9c89361e5 [diff] |
Separate override map generation in tint. Pull the generation of the override map out of the code which creates the AST transforms for `SubstituteOverrides`. This will allow the same override map generation code to be re-used for the IR `SubstituteOverrides` as it uses the same format. Change-Id: Icf59b291acdee7446910c9e27dc071ad74f5994c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/217898 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org>
Dawn is an open-source and cross-platform implementation of the 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)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.