Roll buildtools/ and third_party/libc++/ to dawn
The goal is to roll crrev.com/c/7005224 , but we have to roll libc++
too for the build to work.
https://chromium.googlesource.com/chromium/src/buildtools/+log/958004daacdd..0e7d35148bee
https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/d957c6fda58b..dc1441a0c244
Bug: chromium:448679376
Change-Id: I6e664e10ffcffef5237a023786cf7acb8b4be44c
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/266356
Auto-Submit: Victor Vianna <victorvianna@google.com>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Colin Blundell <blundell@chromium.org>
Commit-Queue: Colin Blundell <blundell@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.