commit | e5366ebfb652ba42c0ce3370568b00af61cfa140 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Tue Apr 30 15:11:12 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 30 15:11:12 2024 +0000 |
tree | 312d24a18754f61836e6d4bd5f4896f458090b89 | |
parent | c46a1743c213533962ea9eaacdd1c90d13d7bf29 [diff] |
[tint][cmd] Add `--format ir` as an option We have --dump-ir / --emit-ir which prints the IR along with the requested output, but sometimes you just want to see the IR without something else. Change-Id: I156fdae7a9c8396624cb195aa9e3c355f9ec69c6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/186220 Commit-Queue: Ben Clayton <bclayton@google.com> 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.