commit | b23cda4bc24f931f8be3d8999dbbf67838c407eb | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Feb 28 17:31:54 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 28 17:31:54 2023 +0000 |
tree | 7d2eab03e29e854e0bface056f9cde755d0c52d7 | |
parent | e143338f651a5b96ea5faa2fa6978c8c552b9315 [diff] |
Convert the resolver over to utils::StringStream. This CL updates the resolver to use utils::StringStream instead of std::stringstream. Bug: tint:1686 Change-Id: Ib15a9ae3228757bbddcf787fa9130ca19bc9eab7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/121980 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.