commit | 1617031fad9a06afeb5ec261bac8e50d9ce78619 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Mar 20 19:49:41 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 20 19:49:41 2024 +0000 |
tree | a8db3e7426aebdbb60ea6c542f0d3106204434f8 | |
parent | 128bd42b9abb981369b51ff436e385413bd463f2 [diff] |
Change emitted name for `StageAttribute`. There is no longer a specific `@stage` attribute in WGSL. Instead each of the `@compute`, `@vertex` or `@fragment` attributes are used. Internally they collapse into a `StageAttribute` object. Instead of emitting `stage` as the name of the attribute, emit the specific name for the pipeline stage used. This closer matches what was in the WGSL file. Bug: tint:1832 Change-Id: I6081f49c89fcfc9ee33bbb46ec85cedddeaf027d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/180120 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@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.