mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-23 15:23:33 +00:00
Makefile: Make validate-wgsl target use new 'cli' sub-package.
This commit is contained in:
parent
343f786492
commit
976ae3a9ff
2
Makefile
2
Makefile
@ -61,7 +61,7 @@ validate-dot: $(SNAPSHOTS_OUT)/*.dot
|
||||
validate-wgsl: $(SNAPSHOTS_OUT)/*.wgsl
|
||||
@set -e && for file in $^ ; do \
|
||||
echo "Validating" $${file#"$(SNAPSHOTS_OUT)/"}; \
|
||||
cargo run --features wgsl-in $${file}; \
|
||||
cargo run $${file}; \
|
||||
done
|
||||
|
||||
validate-hlsl: $(SNAPSHOTS_OUT)/*.hlsl
|
||||
|
Loading…
Reference in New Issue
Block a user