commit | e48ef8ef9070c319c0a3beb372076948c2131437 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Sun Jun 26 10:52:50 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Jun 26 10:52:50 2022 +0000 |
tree | 1e0589f8eb3c81b08b13183fabb2f7d755511064 | |
parent | 511529f082daa0ae7f803024dfbce1ba1e0e9fe3 [diff] |
tint/reader: Enable 'const' parsing for unit-tests This enables the WGSL parsing of 'const' for only tint_unittests, allowing code to be split up into smaller chunks for review. Once all the logic is submitted to handle 'const', the test-only flag will be removed, and 'const' will be enabled for production. Bug: tint:1580 Change-Id: I3189b6bd15445ecc3fa1cd6f568885e7ba3c91c0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/94680 Reviewed-by: David Neto <dneto@google.com> Commit-Queue: 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)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.