diff options
Diffstat (limited to 'tools/render-test/options.h')
| -rw-r--r-- | tools/render-test/options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/render-test/options.h b/tools/render-test/options.h index d94504c10..4c7e6faa1 100644 --- a/tools/render-test/options.h +++ b/tools/render-test/options.h @@ -93,6 +93,8 @@ struct Options bool showAdapterInfo = false; + bool skipSPIRVValidation = false; + Options() { downstreamArgs.addName("slang"); } static SlangResult parse( |
