commit | f9e2038d1c48e2870e47056724aeab51c20219ef | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Jun 19 15:34:57 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 19 15:34:57 2024 +0000 |
tree | 7b4c079d70eaf1280e5f7664b2b87bf1bb32864e | |
parent | 0f8f9e62683bbff5c86ee0844b0a0304a0b19c98 [diff] |
[hlsl] Add option to specify the downstream HLSL compiler. With the new HLSL IR backend we plan on moving the FXC specific work arounds into an FXC transform. That transform will only be run when we're targeting FXC. In order to do so, a `Compiler` option is added to the HLSL backend options and set as needed by Dawn. Bug: 42251045 Change-Id: I42b28ddb9146fbdde5cd7cecabe7b8a242f51653 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/194420 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.