commit | 6376adf2e93753bae736e44ae3ee7ab11c146087 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Mar 13 15:26:43 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 13 15:26:43 2025 -0700 |
tree | 80c2922e11eec3c522deceda6c973907096d8fd1 | |
parent | 2948bc3d89d0dbed2a1226d15bd6cd7b9a93a334 [diff] |
[tint] Remove diagnostic from IR encode/decode files. The IR encode/decode files uses diagnostics for tracking if there were any errors, and a single instance of styled text. This CL switches to a string stream and just looks for if the stream is empty. Bug: 383726508 Change-Id: I0b9000c459d7c6c8e70bf6eed611c99d3608d40c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/230754 Commit-Queue: dan sinclair <dsinclair@chromium.org> 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.