commit | a1e077874d514461ee9116dddaf8558e00ef31de | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Fri Sep 20 15:30:21 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 20 15:30:21 2024 +0000 |
tree | 356b69055d5f6eba871541ffb7bc1448b5ecdf6a | |
parent | e56a69d5d4f416571b3c9e1d659df75e1b7a0d1e [diff] |
HLSL-IR: fix error: unary: no matching overload for 'operator - (u32)' Use binary subtract (0 - value) rather than unary negate of value. Bug: 368447426 Change-Id: Iae10d76aad0807fd9073be52aed51172ecfd5c45 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/207475 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: James Price <jrprice@google.com> Auto-Submit: 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.