commit | 1ea04e752a1f85df223e0ba0d2b049a130167fcb | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Tue May 07 18:56:55 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 07 18:56:55 2024 +0000 |
tree | ff4be63f75674eef795307793b1506857892e18a | |
parent | 27c5f5730e8c0fc8468e9221bed877426368d974 [diff] |
[tint] Avoid using function source in diagnostics The function source is the entire function (including body), which prints far more that is useful for most errors. Use something more specific for these validation errors (such as the function name, or return type). Change-Id: I980146508b80a1b0b33a7ddb685252f3d33702c0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/187381 Reviewed-by: Ben Clayton <bclayton@google.com> 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.