commit | 1072da894dc7b07e6c48ef912a8265ad5ecea0a6 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Tue Aug 08 14:24:04 2023 +0000 |
committer | Ben Clayton <bclayton@google.com> | Tue Aug 08 14:24:04 2023 +0000 |
tree | 93c14605e9bd502ce7678d5e5be344d186786968 | |
parent | 36c6155720b91009f8e0ddba51c817b6917708b2 [diff] |
[tint][wgsl][printer] Fix heap use after free The padding names need to be std::string, not std::string_view as some strings have a shorter lifespan than the set. Issue: chromium:1468848 Change-Id: I3eb20087389184b6dd87c6d562b1c19f7e7cee14 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/145260 Reviewed-by: James Price <jrprice@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Auto-Submit: 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.