commit | 79bd2c0bd111b4d1bba603ea1cf8d38b9e7b4afb | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Jul 04 21:21:22 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 04 21:21:22 2024 +0000 |
tree | 12b1a2aee22126eaf9002552ebec014c04838ea2 | |
parent | f41e14fd8a42f0346e35c7a90f4de80ca7f735a4 [diff] |
[hlsl] Fixup access direct variable test. The HLSL IR doesn't have `uniform` support yet. Update the test to a `storage` buffer in order to validate that the function is duplicated correctly. Bug: 42251045 Change-Id: I3e96a10d616001f6551c69c35b9531ebd6ada843 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/196959 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.