commit | 92d94fd0663dd0cf422f21763046895b1543488f | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Mar 06 18:43:48 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 06 18:43:48 2024 +0000 |
tree | 4832a834914c2f261be1ab4aa93255b6580a9dbc | |
parent | ac4e9ee8e8f4f0f32909e6a5d1775f013b49eb24 [diff] |
Update run-cts to allow skipping VSCode launch information. The VSCode launch.json is emitted for every process that spins up. This isn't useful for folks not using VSCode. This CL adds a `--skip-vs-code-info` which suppresses the emission of the launch.json data. The execution command and current working directory are still emitted. Change-Id: I02a3247a2f481913525ac546ffc6972fb3b0a253 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/178040 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: Antonio Maiorano <amaiorano@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 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)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.