commit | 054a0f910d2c075c8b1b66a2aa50af866dd4451a | [log] [tgz] |
---|---|---|
author | Ryan Harrison <rharrison@chromium.org> | Tue Apr 08 06:49:46 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 08 06:49:46 2025 -0700 |
tree | 68cafa09ca8535771700106a375ad38c3d055695 | |
parent | 3a8b544dd7fe9da95a9cc0eb3f48d26ac08bc808 [diff] |
[tint] Reduce scope of suppressions in utils/test/unicode.cc This code has a C-style API that will always trigger the unsafe buffer usage warning. So I have removed warnings where I could, and scoped the suppression to only the problematic areas in the code. Bug: 394825124 Change-Id: I97f32de8897168184590cd0e323258e270902847 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/235375 Auto-Submit: Ryan Harrison <rharrison@chromium.org> Reviewed-by: dan sinclair <dsinclair@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.