[M141] Fix Heap-overflow in dawn ReflectEntryPointUsingTint Note: The operators needed to be added so BindingSlot can be used in std::set. The needed to be constexpr so that the static_assert that converting a tint nonSamplerBindingPoint turns into a dawn nonSamplerBindingPoint. The clang-format off is needed because clang-format fails on the code in BindingPoint.h Change-Id: I1bdc075323a14bda264655e475fe6fdc074ced8a Bug: 442444724 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/260455 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Gregg Tavares <gman@chromium.org> Auto-Submit: Gregg Tavares <gman@chromium.org> (cherry picked from commit 471c3d7e4b83b98ec8c0d8e2d4b566c3b7f5e43c) Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/261439 Auto-Submit: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Gregg Tavares <gman@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.