commit | 128ae6b93c76b629e84e1302c078701925076908 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Jul 02 17:21:34 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 02 17:21:34 2024 +0000 |
tree | f488fc89e4ffed04f31eaf62daa290071d68d4f2 | |
parent | e9cc8e415794a4788431aaf5beb774787728cce2 [diff] |
[hlsl] Pass module into RUN_TRANSFORM. This CL updates RUN_TRANSFORM to pass the module as one of the VA_ARGS entries. This fixes an issue where we require a GCC extension of zero item arg lists. Bug: 350081480 Change-Id: I902745c6812ed64936e8b3716a8597639ce2edb2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/196315 Commit-Queue: James Price <jrprice@google.com> Auto-Submit: dan sinclair <dsinclair@chromium.org> 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.