commit | 96a1c1f6f2a8d44ece567787dc878ccdd5b7ddb6 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Wed Apr 16 15:18:24 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 16 15:18:24 2025 -0700 |
tree | 08d62d085b2eadb8a3eac0864eca1c8bd0a56981 | |
parent | 1b440dc06a176e93f9e65ba4dcde46008dda2eb1 [diff] |
[tint] Add server-mode to Tint executable When launched with `--server`, the Tint executable will read arguments from stdin. Each line will invoke Tint with the supplied arguments. Output on stdout and stderr will be delimited with \0 characters. Bug: 408499924 Change-Id: I402e3dc25ab6d804741030c96dda0ddbe2ffb50c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/235294 Reviewed-by: dan sinclair <dsinclair@chromium.org> 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.