commit | be4f9bdf03d19b7e4c32f290642c8453250a5c98 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Fri Jun 21 02:03:49 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 21 02:03:49 2024 +0000 |
tree | e9acdb4aeeb7d50a28a5eff1073a28e4590ce1a1 | |
parent | 12c428f4b861f6ec24dd916d12751794425c4776 [diff] |
[hlsl] Add Load/Store vector element to HLSL IR backend. This CL adds support for `LoadVectorElement` and `StoreVectorElement` to the HLSL IR backend. Bug: 42251045 Change-Id: I36e03ca36e90b0fba57ced60b4f09461595535f2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/194680 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.