mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-18 17:35:30 +00:00
Use spvc API instead of directly accessing compiler on GLSL path
BUG=dawn:291 Change-Id: I3e76749bcff8d7635d9dc02de0a9a66b686cd9d8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/14622 Commit-Queue: Ryan Harrison <rharrison@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
bee45bb79c
commit
2fdc7ab692
@@ -183,6 +183,7 @@ DawnTestEnvironment::DawnTestEnvironment(int argc, char** argv) {
|
||||
" -c, --begin-capture-on-startup: Begin debug capture on startup "
|
||||
"(defaults to no capture)\n"
|
||||
" --skip-validation: Skip Dawn validation\n"
|
||||
" --use-spvc: Use spvc for accessing spirv-cross\n"
|
||||
" --adapter-vendor-id: Select adapter by vendor id to run end2end tests"
|
||||
"on multi-GPU systems \n";
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user