commit | 074e17e34a1b0d0c46408458ad46bbaa402216ce | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Thu Oct 10 21:57:51 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 10 21:57:51 2024 +0000 |
tree | c69bf452ca7e5bf37616e86a6f91ade4fd37378b | |
parent | 6731576ccf2dfb22e62d2c5decda55f566fb87c6 [diff] |
HLSL-IR: fix error: unary: no matching overload for 'operator - (u32)' (again) My first fix handled this for polyfills: https://dawn-review.googlesource.com/c/dawn/+/207475 This same fix is for DecomposeStorageAccess. Bug: 368447426 Change-Id: I2e254a6c84ebe793659c5e5d86a25ee8d1b53141 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/210534 Commit-Queue: James Price <jrprice@google.com> Auto-Submit: Antonio Maiorano <amaiorano@google.com> Reviewed-by: 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.