commit | 735e4b4fa1ef359f2db9308522f5715a3130debd | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Aug 15 11:41:07 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 15 11:41:07 2022 +0000 |
tree | 175952b617f44a3b0f15b8664714e86e2b1ae37d | |
parent | 52cc4f5d1c2840f0ac05cdfed87e9167df6607fb [diff] |
Emit deprecation for fallthrough. The `fallthrough` statement is being removed from WGSL. This CL adds a deprecation warning into the current implementation to prepare folks for the upcoming removal. Bug: tint:1644 Change-Id: I599984b6a30b39312c4b794a9ecd70f0f626c759 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/98841 Auto-Submit: Dan Sinclair <dsinclair@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com> 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)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.