commit | f9f583bfe4a3b738161b2f551edc500a85902745 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Sep 28 15:36:47 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 28 15:36:47 2022 +0000 |
tree | a7caac4a663baad036d2599edbd536ffa8393037 | |
parent | dadb1fca0d755eb89edc0f44d3eb15326b55109d [diff] |
Update align attribute to allow u32. The WGSL spec has been updated to allow attributes to be i32 or u32. This CL updates the attribute support in Tint to follow. Bug: tint:1633 Change-Id: Ie6caa54f26a757c374c51c7d24e54d2a476f9c84 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/103800 Auto-Submit: Dan Sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.