commit | 7e1fd8ce73b37ad4c1f4b3a9917e3a3ec53db942 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Fri Jun 21 07:15:32 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 21 07:15:32 2024 +0000 |
tree | 58d60789781b28e95ad5b124616e144aaa8d433f | |
parent | 9689a475844a1d2996cd59a6dd9817815ed65287 [diff] |
[hlsl] Add start of FXC polyfill for HLSL IR backend. This CL adds the start of the FXC polyfill and implements the switch with only a default case transformation. Bug: 42251045 Change-Id: I4fb874296afad6438a5292ab0924a9170a6e7aa3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/194621 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org> Auto-Submit: 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.