dawn-cmake/src/tint/val
Antonio Maiorano 50bddbffca tint: Fix dxc on Linux
Fixes "dxc failed : unable to parse shader model.".

On windows the called program is responsible for splitting arguments
from one joined string. Command line arguments on 'nix systems need to
be passed as separate strings. This CL makes it so that we pass in the
arg separately, and support ignoring empty string args to make writing
this code easier.

Change-Id: Ia9618c2a743f8fdb49913572e2bbfc4bd1519d3a
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/98110
Reviewed-by: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
Commit-Queue: Antonio Maiorano <amaiorano@google.com>
2022-08-03 21:40:46 +00:00
..
hlsl.cc tint: Fix dxc on Linux 2022-08-03 21:40:46 +00:00
msl.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
msl_metal.mm Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
val.h tint: Add end-to-end tests for expressions using f16 types 2022-08-03 08:45:25 +00:00