Disable clang_use_unsafe_buffers_plugin for now With this enabled, we're getting the following spam while building: ``` [1993/2637] CXX obj/src/dawn/native/sources/BuddyAllocator.obj [unsafe-buffers] Error reading file: 'No such file or directory' [unsafe-buffers] Failed to load paths from file '../../unsafe_buffers_paths.txt' ``` Discussed with yelizaveta@ and we agreed to disable for now. Bug: 438937152 Change-Id: I215e1b34a8b1fc3505e2fddb6d70588650357a8e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/264334 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Kai Ninomiya <kainino@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.