commit | 050f08c3f5c84ba3721b26a6765e6084ce497f1e | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Fri Nov 24 08:52:47 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 24 08:52:47 2023 +0000 |
tree | 619099b23d3ba0a198f2b828cc22ee3d1b8512f7 | |
parent | 4dcf92799ac218dd471673e1bda499cae461a031 [diff] |
Fix TINT_FOREACH_13, _14 and _15 This patch fixes TINT_FOREACH_13, TINT_FOREACH_14 and TINT_FOREACH_15 as previously they all called wrong macros. With this patch we won't meet compilation errors when adding new items in tint::hlsl::writer::Options. Bug: tint:1640 Change-Id: I1e6ea58825e4ec74e008330bc0cfd78aded6e23f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/162322 Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@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.