Roll chromium_revision 4950afeb9a..6303046d2b Change log: https://chromium.googlesource.com/chromium/src/+log/4950afeb9a..6303046d2b Full diff: https://chromium.googlesource.com/chromium/src/+/4950afeb9a..6303046d2b DEPS, submodule, and //infra/config changes generated by running: scripts/roll_chromium_deps.py --ignore-unclean-workdir Repo entries: build: https://chromium.googlesource.com/chromium/src/build/+log/fa19cef7df..bc53224ca8 testing: https://chromium.googlesource.com/chromium/src/testing/+log/323b6b55db..d2d79a7075 third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/0321d21b26..68f59fc6d5 third_party/chromium-tools-build/src: https://chromium.googlesource.com/chromium/tools/build/+log/53b5dd0432..36fb826e87 third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/35892a9e24..523cac151f third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/83f32ad608..e47bd251d5 third_party/partition_alloc: https://chromium.googlesource.com/chromium/src/base/allocator/partition_allocator.git/+log/0a0c55be3c..522f5c1c85 tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang/+log/3b45af5a47..f54e8382ed CIPD entries: buildtools/linux64 buildtools/mac buildtools/win third_party/android_build_tools/manifest_merger/cipd third_party/android_sdk/public No GCS entries changed in this roll Explicitly synced GN variables: android_ndk_version: 2@30.0.15729638 -> 2@30.0.15729638 Bug: 527980259 Change-Id: I4ddacf11c0b4ff7b9cdf4a4a5c2df9a259fb5791 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/325455 Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Auto-Submit: Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Antonio Maiorano <amaiorano@google.com>
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.