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 7b55b9ac0..104906f42 100644 --- a/tools/render-test/options.h +++ b/tools/render-test/options.h @@ -57,6 +57,8 @@ struct Options bool useDXIL = false; Slang::List<Slang::String> renderFeatures; /// Required render features for this test to run + + Slang::String adapter; ///< The adapter to use either name or index }; extern Options gOptions; |
