commit | cd5a5e9f7caea155de133727809aefb931e04e0d | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Jun 06 02:09:13 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 06 02:09:13 2024 +0000 |
tree | 41149e3210c322885d0012fe5cf3ade296c61c6c | |
parent | cd4bf9afd97b82279107a966d8ec74406dad5c03 [diff] |
Remove the Multiplanar and BindingRemapper API options The options for multiplanar and binding remapper are no longer provided through the API. This CL removes the tint API headers for those options. The multiplanar defines are shared between the AST and IR implementations. They currently live in `tint/lang/core/common` but can move directly into the IR transform when the AST transform is removed. Bug: 340582170 Change-Id: I09d7af0ea98482a553980135047f971671c1a4c3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/191920 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.