commit | 8d2fc23ff8e009f89648cef54ffea92ffd373f29 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Jul 02 19:33:40 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 02 19:33:40 2024 +0000 |
tree | 667586569237c0497ade6f16a2a2896371905912 | |
parent | 75a955e9be80a6e5b98d2a519d3b6ef0c5deea54 [diff] |
[hlsl] Add ByteAddressBuffer type. This CL adds types to represent a `ByteAddressBuffer` in HLSL. The associated `Load` and `Store` methods are added to the intrinsics. Bug: 349867642 Change-Id: If40ffc198832253ba92638716786b321b6579624 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/196294 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.