commit | 724dd7855543eb1d4c75c517de7b576b092bfd7f | [log] [tgz] |
---|---|---|
author | Ryan Harrison <rharrison@chromium.org> | Thu May 16 16:27:48 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 16 16:27:48 2024 +0000 |
tree | d569bcd8f66d4ad21b317f4a8e19359775e79ed4 | |
parent | c0aa29b9079656bf0fb8784c91ae740e48d82085 [diff] |
tint: Add generating IR protobufs to CLI Adds the Tint IR protobuf binary format to the list of formats that the CLI can output. Additionally adds a debugging flag for emitting a human readable version of the protobuf. Issue: 340582174 Change-Id: Ifea9d4699fa1c22b493f6bf67072081a9dda6b87 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/188320 Auto-Submit: Ryan Harrison <rharrison@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Ryan Harrison <rharrison@chromium.org> Commit-Queue: 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.