commit | 55cfb43e1c89edf0472e578d3a003394bb87ed54 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Fri Jun 07 14:48:08 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 07 14:48:08 2024 +0000 |
tree | c42f49a785cd26feb6c42feb26bf478200f018d0 | |
parent | 25ed06a1d76c302016fa446fed908ba94adb57ad [diff] |
[spirv] Fix use-after-move in Std140 transform This is only observed when the index list to get the matrix is long enough. Change-Id: I8dded7ad2de2d067f7753742fa33a22de313e0d9 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/192223 Auto-Submit: James Price <jrprice@google.com> Commit-Queue: Antonio Maiorano <amaiorano@google.com> Reviewed-by: 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.