commit | 6167bc80d3ebbc1199a0be2293455d1cb2c3e694 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Mar 13 18:35:20 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 13 18:35:20 2025 -0700 |
tree | 835219673e596bf5e59ec1376ecb5431e2d57a5b | |
parent | bbbb21caf4092571f5d6136ebfec7e5544d044fb [diff] |
[tint] Remove diagnostic from byte decoder The byte decoder file uses diagnostics for tracking if there were any errors. This CL switches to a string stream and just looks for if the stream is empty. Bug: 383726508 Change-Id: I32ff0481712e968d5d2eeef07b564209a394299d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/230716 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.