commit | 75baa814cc9c1b9c0600f49cd86effbc6c3df10f | [log] [tgz] |
---|---|---|
author | Natalie Chouinard <chouinard@google.com> | Fri Jul 12 18:48:59 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 12 18:48:59 2024 +0000 |
tree | 21ff4e4657f440ff6dc41ecb75e0921b6e61df34 | |
parent | e35153c01813cd5a626889f7ef7292073ae7f15f [diff] |
[Tint] Implement context dependent @interpolate Interpolation attribute values were made context dependent in https://github.com/gpuweb/gpuweb/pull/4559. This changes the parser to match the new grammar, and moves the identifier resolution to the parser rather than the resolver. Bug: 42251275 Change-Id: I5de6999d0d6422cb37b4ba8eacc2db86a41245e0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/197754 Reviewed-by: David Neto <dneto@google.com> Commit-Queue: Natalie Chouinard <chouinard@google.com> Commit-Queue: David Neto <dneto@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.