commit | d117d6511b7f3add38b634bf4e479c22f1b2f519 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Aug 21 01:20:00 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 21 01:20:00 2024 +0000 |
tree | 7a0d87805611fec046a161777454667dc292cb1d | |
parent | bcee2cdac6855742d30827b991a40a7362c835d7 [diff] |
[spirv][ir] Add some missing decorations. This CL adds the `coherent` annotation to variables and function parameters where needed. The `NonWritable` and `NonReadable` annotations are also added to function parameters. Change-Id: I93fdffa2c40f8bcccfa50b744ad30880d1d1e2b5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/203294 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org>
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.