commit | 20d20f6f3f846793ddcec16fbed60a2bb7e97875 | [log] [tgz] |
---|---|---|
author | Brandon Jones <brandon1.jones@intel.com> | Thu Jun 29 04:33:15 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 29 04:33:15 2023 +0000 |
tree | 8be394c7ec1a28117ef7365ec47ffb88c8d95316 | |
parent | 54fc2a84e91ad8b89dce909922beb771b343c25d [diff] |
Allow @index Attribute On Variables Allows @index attribute on variables. This is needed because when entry point canonicalization occurs for Spirv, the @index attribute needs to be carried over to the entry point params, which become variables. Bug: dawn:1709 Change-Id: I7e3f7486ccd896572b436839deaabf734c883321 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/139284 Commit-Queue: Brandon1 Jones <brandon1.jones@intel.com> Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
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.