summaryrefslogtreecommitdiffstats
path: root/tools/render-test/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/render-test/options.h')
-rw-r--r--tools/render-test/options.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/render-test/options.h b/tools/render-test/options.h
index 4f0f900b1..6c1482ab4 100644
--- a/tools/render-test/options.h
+++ b/tools/render-test/options.h
@@ -48,6 +48,9 @@ struct Options
RendererType rendererType = RendererType::Unknown;
InputLanguageID inputLanguageID = InputLanguageID::Slang;
+ /// Can be used for overriding the profile
+ const char* profileName = nullptr;
+
char const* slangArgs[kMaxSlangArgs];
int slangArgCount = 0;