commit | c765b25f563727fd06093ee5d91e9be6fce12799 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Thu Dec 05 18:22:23 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 05 18:22:23 2024 +0000 |
tree | 32cecb9792d15a8c2e6054417e37d0ffb2795f7c | |
parent | 829a53064c31fea582af81d05ad4c1bfde6cbc93 [diff] |
[dawn][metal] Pass remapped entry point name to Tint Have Dawn tell Tint's renamer what entry point name to use when renaming entry points, instead of reflecting it back from Tint to Dawn. This is a prerequisite for moving the Renamer into the backends completely. Bug: 375192379 Change-Id: I7e65aec20d65b2b783824a35074b7355cf8805e5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/218139 Commit-Queue: James Price <jrprice@google.com> Reviewed-by: 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.