commit | 813d5c95f79c0ecaf819352ba7a85da2e80d12c2 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Wed Mar 12 20:11:27 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 12 20:11:27 2025 -0700 |
tree | d08a6703905c27c324b8404dfc5cdae8a7659d78 | |
parent | 2d1022b6f47569a3765f007598688dedd62c2367 [diff] |
[hlsl] Fix packed builtin type equality comparisons The `Equals()` method was unconditionally returning `true` for these two types, which leads to them being returned by the type manager when trying to create completely unrelated types. These types are only used with SM 6.6 or higher. Bug: 399696817 Change-Id: I1e8b9b89da14229c0da00cb3da1bde3968e33b51 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/230515 Auto-Submit: James Price <jrprice@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: James Price <jrprice@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.