commit | c5c3a9db1092fb2d7ef7f8838c39ac3c17ebb790 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Jul 11 21:09:44 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 11 21:09:44 2024 +0000 |
tree | 3c15b0575268436801b72d2f5856500e201f78bf | |
parent | 59c4c3aacbbbffa69084c4d63836aa7d96128f44 [diff] |
[hlsl] Merge `Load` and `InsertLoad` This CL merges the `Load` and `InsertLoad` methods in the DecomposeStorageAccess transform into a single method. This is more along the lines of how Store is implemented. Bug: 42251045 Change-Id: I9785196366473129c37703464e8e15f7d717f976 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/197776 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: James Price <jrprice@google.com>
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.