diff options
Diffstat (limited to 'tools/render-test/options.h')
| -rw-r--r-- | tools/render-test/options.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/render-test/options.h b/tools/render-test/options.h index 49e05c440..bbc2364cd 100644 --- a/tools/render-test/options.h +++ b/tools/render-test/options.h @@ -96,6 +96,9 @@ struct Options bool skipSPIRVValidation = false; + // Whether to enable RHI device caching (default: false in render-test) + bool cacheRhiDevice = false; + Slang::List<Slang::String> capabilities; Options() { downstreamArgs.addName("slang"); } |
