commit | 497685ac76c6215c9c6bc2e32de96100cd56e5b6 | [log] [tgz] |
---|---|---|
author | Ryan Harrison <rharrison@chromium.org> | Wed Mar 26 12:43:03 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 26 12:43:03 2025 -0700 |
tree | 364f930f906c7a6a45a903fe26ccade2ec63a03d | |
parent | ff8e9184697a5ebe600f9ece19f009e42c21ce71 [diff] |
[tint] Fix unsafe buffer usages in `spriv/reader` Corrected issues in `ast_parser/function.cc` and added explainer comment for suppressions that were due to an external header. Bug: 394825124 Change-Id: I993a52dbae83d92f4d47919087b48e9854a0368c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/233116 Commit-Queue: Ryan Harrison <rharrison@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> Auto-Submit: Ryan Harrison <rharrison@chromium.org> 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.