commit | 35e6b8e4058ff0f93b86156be54f7c7214cebc9e | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Thu Dec 05 18:45:30 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 05 18:45:30 2024 +0000 |
tree | 8011cca3445faaf3391115e4de712571a8adddb8 | |
parent | 81bdb4ebd02c0d99163bda2f283118829d2c90f7 [diff] |
[dawn][opengl] 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: Ie7055d49a15de73cd7dd9dbe97c16a5ae2f48d36 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/218141 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.