commit | c6c83d156ddaa1a62dfc0b429d7c4774100c80e3 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Fri Sep 05 08:27:01 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 05 08:27:01 2025 -0700 |
tree | 4e18ca678300001c842a3d9d7c69cc3292351049 | |
parent | 773146ed837bac5363753246e4e2ea3f476f20b1 [diff] |
[tint] Add missing includes When Tint is built with only the SPIR-V reader and WGSL writer enabled (e.g. because it's being used for SPIR-V to WGSL conversion and nothing else), we need to explicitly include the ir::Module header. We also need `tint::Program` when the WGSL writer is enabled, for the program printer. Change-Id: I47f0f48dd173c4f16bffb7e5a0548193ea62b634 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/260794 Reviewed-by: Peter McNeeley <petermcneeley@google.com> 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.