commit | 4ff2645d1620d65aae6d847f191ae0ca3ee27e22 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Tue Jan 24 17:56:57 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 24 17:56:57 2023 +0000 |
tree | 71431906f2e76063cd11d3836420adc71a9a1f3b | |
parent | d4f318d0f3083490ee665b8f53e99b8b9a08cd82 [diff] |
tint/reader/wgsl: Add ClassifyTemplateArguments() Applies a heuristic to disambiguate less-than / greater-than from template argument lists. This function is not currently used by the parser. Bug: tint:1810 Change-Id: Ibd72dbae53b3159282177bf79c00ad0808b123a2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/117208 Kokoro: Ben Clayton <bclayton@chromium.org> Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: David Neto <dneto@google.com> Commit-Queue: Ben Clayton <bclayton@chromium.org>
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.