commit | 956c058bb26c20a3f47817a0fb4d9bd51c3f46ba | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Jul 08 20:36:02 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 08 20:36:02 2024 +0000 |
tree | 122413b1cb5ece39ef0c52fba9d3f609c0177ca1 | |
parent | f38a978c4197d1191b4fd4691cea4fb15b2cb67f [diff] |
[hlsl] Add `arrayLength` tests. Now that DecomposeMemoryAccess transform supports `arrayLength` this CL adds various tests. The support for directly accessing the storage buffer in the `arrayLength` call is added. Bug: 349867642 Change-Id: Idf4a86323775e6d48b2f379398aad47b22bc7dc8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/196969 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.