commit | 377c46dd05fba49dfb73602e5fd38980b91c3055 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Jun 18 18:11:46 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 18 18:11:46 2024 +0000 |
tree | 3677242a9eba5b5627db3b8d55905872f96d629f | |
parent | 6baea19bc190015c658aa4e288526dc21e0695de [diff] |
[hlsl] Emit `swizzle` instructions This CL adds `swizzle` support to the HLSL IR backend. Bug: 42251045 Change-Id: Id3986fb5ef81536f8eba3a9003e61a86929c23b5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/194025 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.