commit | 33a090f90f73277e5ea9959c21d35f7586688148 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Oct 17 21:45:34 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 17 21:45:34 2022 +0000 |
tree | f917d191dc915259f0a2cd98ff646fcf34914a35 | |
parent | 29fb8f8eef24ea3c80d3c2545a07e798e7f8e199 [diff] |
Remove unused SwitchStatement method. The SwitchStatement has an IsDefault method which checks if the condition is nullptr. The method is never called, and default cases are tracked in the CaseStatement class, so it's questionable what IsDefault even means here. Change-Id: I96e97fbbf4823df3e92d2440fa6a9541a5ba337f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/106280 Commit-Queue: Dan Sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org> Commit-Queue: Ben Clayton <bclayton@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.