commit | 0f8ddaf36912558b9f70c7e8ffb04c6cbf5fda0a | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Thu Dec 05 19:54:12 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 05 19:54:12 2024 +0000 |
tree | 442686716a6ff6ba200481872f8fa8e03f3d4b56 | |
parent | 05c2a11e7d67b291ece960133b542dc269592b5d [diff] |
[dawn][vulkan] 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: Ifa85f6f0ad0af9f4831a83a43ea3bea80ea44bcd Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/218142 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.