commit | f3bcd41e7e96b02875dc9893c6cf57821d472658 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Tue Sep 05 16:33:10 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 05 16:33:10 2023 +0000 |
tree | 277db576bd4a91ca3a7350507a85fd4b0963e23f | |
parent | 89b98283a31c166cd31458350b6e0d1131bb13a5 [diff] |
[tint][hlsl] Fix validation on unix Command line arguments are more explicitly passed on unix than windows. Unlike windows, trailing whitespace will become part of the argv strings passed to the program. DXC doesn't like this. Change-Id: Iabba926fbc6428478ca06d08c1d2dad48abc719d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/149703 Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@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.