commit | 55b671bf57c5f5ea1374411ed793a642221f6bee | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Thu Nov 02 15:03:02 2023 +0000 |
committer | James Price <jrprice@google.com> | Thu Nov 02 15:03:02 2023 +0000 |
tree | ed1eee2135477e043d728fe8ff161b17a45c333b | |
parent | b926b1f351c73118101c30cf6b7de3dfa7cf6cdd [diff] |
[tint][wgsl] Add `Requires` AST node This corresponds to the `requires` directive. Bug: tint:2088 Change-Id: Ied437b6131b9e85eee7daed83d3d958cc063a36e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/158625 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)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.