commit | 2948bc3d89d0dbed2a1226d15bd6cd7b9a93a334 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Mar 13 15:26:35 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 13 15:26:35 2025 -0700 |
tree | b74e30fffdc8faa6fcf69ec7124eff42a43bf4a1 | |
parent | 22694ada1e10e8406e15dddc814085f37a8be7ed [diff] |
[tint] Remove diagnostic from reflection files. The reflection files uses diagnostics for a bit more context on reflection issues. The extra info is nice, but the class name is already unique, so remove the extra context and just use the basic `Result` class. Bug: 383726508 Change-Id: I7fe0cae4b83ca3b1c7cec488b351627e5b9c08dc Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/230715 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org>
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.