[tint] Clean up UBUs TODOs in CLI code Most of these needed to be converted to DAWN_UNSAFE_BUFFERS with a // SAFETY: comment because they are working with external APIs that are C-style. For the argv work the conversion to a span is moved earlier so that there only needs to be one supression. For the protobuf work more modern C++ APIs were used to resolve the issue. Bug: 439062058 Change-Id: I7e4dccdd7225c426ce1532bbc4f362217e41c641 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/334635 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: Ryan Harrison <rharrison@chromium.org> Auto-Submit: Ryan Harrison <rharrison@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.