commit | 5e0ec753eb19e37ea75575d3c264675d0027475f | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Tue Oct 17 15:14:14 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 17 15:14:14 2023 +0000 |
tree | b956c60e45175dcc65e84e055d269d0bf710fb12 | |
parent | a14737a1309aa74692e011c9a0b4d4071d674796 [diff] |
run-cts: fix command printing to escape double-quotes If path/arg contains double-quotes, escape it with a backslash. Also output the entire string once per command so that they don't interleave when running multiple subcases. Change-Id: I58a3fe9bf9d77ee48e25be3620fc118ddbfb27f2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/156364 Kokoro: Antonio Maiorano <amaiorano@google.com> Auto-Submit: Antonio Maiorano <amaiorano@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Antonio Maiorano <amaiorano@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.