commit | 2be279ee795b144ba43171c943c09707eda4480e | [log] [tgz] |
---|---|---|
author | David Neto <dneto@google.com> | Thu Dec 21 23:03:14 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 21 23:03:14 2023 +0000 |
tree | 556afd1f9f0462c4365ba8df56ac0b59e63749b7 | |
parent | ece88f74027f2554bc6c98d0194eca9f4de4eb46 [diff] |
Fix the comparator used to sort output attributes When two attributes had the the same location value, it was not continuing to compare against the index attribute. In general, it wasn't properly falling back on lower-priority comparisons when a higher priority comparison compared as equal. Thanks to amaiorano@ to help sort through this. Change-Id: Ie1a91be4ee74e833150bf2bf8e98d60a1e6a97e5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/166802 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: David Neto <dneto@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: David Neto <dneto@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.