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 6c1482ab4..7b55b9ac0 100644 --- a/tools/render-test/options.h +++ b/tools/render-test/options.h @@ -55,6 +55,8 @@ struct Options int slangArgCount = 0; bool useDXIL = false; + + Slang::List<Slang::String> renderFeatures; /// Required render features for this test to run }; extern Options gOptions; |
