third_party/dawn/webgpu-cts: Explicitly specify "type" in package.json. This is necessary to unblock other changes that need to add a package.json at the root of the Chromium repository, which will change how '.js' files are parsed by NodeJS to ES modules. This CL is similar to crrev.com/c/7309806 which did the same for third_party/webgpu-cts in the main Chromium repo. Bug: 471150369,423789047 Change-Id: I9731e6fa6b85ba516c747e993b707acc128baa09 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/284476 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Shrek Shao <shrekshao@google.com> Auto-Submit: Demetrios Papadopoulos <dpapad@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.