commit | 6752a38bb6913dfc2c83809664fbd600ccb193ef | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Mon Oct 07 23:34:53 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 07 23:34:53 2024 +0000 |
tree | 070dd2ea151395b47476e177c68a8106418baa0d | |
parent | 4daebc435dda5a057192997abce90193fde2a303 [diff] |
[ir] Add transform to prepare push constants This provides a way to create a structure and push constant variable for all push constants needed by a backend in advance, combining them with any user-defined push constants. Change-Id: I140ab972f539095a1d821f0788e7f341aab643a4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/209534 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: 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.