| commit | 9caf49389e5e0564d18e0504c6cfa45c88b4e4fd | [log] [tgz] |
|---|---|---|
| author | Gregg Tavares <gman@chromium.org> | Thu Sep 11 14:20:47 2025 -0700 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 11 14:20:47 2025 -0700 |
| tree | dd9af21e75868f4f4db209cbf3a013d0f5d723f2 | |
| parent | ac777fea8f65bca6b6c6471c6b119bf3ba28e61b [diff] |
[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.