commit | 98bdc9b38ca40cad56f1595239794760070d4e03 | [log] [tgz] |
---|---|---|
author | Natalie Chouinard <chouinard@google.com> | Wed Jul 10 15:42:30 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 10 15:42:30 2024 +0000 |
tree | 784904a3409cbf0f349c9b0337cfb3dd9f59adbd | |
parent | f986604e21654934e71bcb009ff3dcc2e9e7fd4a [diff] |
[Tint] Implement context dependent builtin values Built-in value names were made context dependent in https://github.com/gpuweb/gpuweb/pull/4559. The changes to the grammar and AST resolution are now reflected in Tint, so the corresponding previously failing CTS tests pass. Bug: 42251275 Change-Id: I586ff25603fe4fc68d9d0ba22ab720c84d9309d8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/197477 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@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.