commit | 2d3086d6b506563cd16423851c7b90d0ebf34856 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Jan 20 11:14:01 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 20 11:14:01 2025 -0800 |
tree | b076ed3a00e90f52d36d10fe5c60273a4d5049fb | |
parent | d62295259a71af48c1cf8c93589faba976814da4 [diff] |
Enable `Wunsafe-buffer-usage` in Tint cmake. Add the `Wunsafe-buffer-usage` flag to the Tint CMake build. Each file which triggered the warning has had a pragma added to suppress the warning for that file. The spirv-tools includes have also been wrapped as they trigger the warning. Change-Id: I69959b1e4c0ec9d017ca12bfcb4fb2328e58b621 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/222574 Auto-Submit: dan sinclair <dsinclair@chromium.org> Reviewed-by: 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.