commit | 6ba6d52512441de57a9192e532184c056cbe5915 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Jun 18 23:42:46 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 18 23:42:46 2024 +0000 |
tree | 90685b4cfea95a5acac5e02d09a8ef8fa8a8dac3 | |
parent | e0abb7a94874b041167770b09b8eff8adf17f17e [diff] |
[hlsl] Add function parameters to HLSL IR backend This CL adds function parameters to the HLSL IR backend. Bug: 42251045 Change-Id: I23f2dd231b2cf59ec7af548563d7454aab53dbfc Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/194240 Auto-Submit: dan sinclair <dsinclair@chromium.org> Commit-Queue: James Price <jrprice@google.com> 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.