commit | dfa46d12ce63f131c437041d6d97a6d97c54c1b7 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Tue Nov 12 23:05:45 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 12 23:05:45 2024 +0000 |
tree | f7e69c37db40bac3693af5e522e1afa6be287b3a | |
parent | 295b81ecd1ac6b671eeed04efca88aa27a9e5dcc [diff] |
[tint] Validate layout constraints for all address spaces The WGSL spec has a non-normative note that the layout constraints should be validated for all non-host-shareable address spaces, using the same constraints as for storage. See linked bug for details of why this is important. Bug: 378725734 Change-Id: I3fb02506d8ded000dc3510bdc1b4a24a95089281 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/214754 Reviewed-by: David Neto <dneto@google.com> Commit-Queue: James Price <jrprice@google.com> Reviewed-by: 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.