summaryrefslogtreecommitdiff
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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/render-test/options.h b/tools/render-test/options.h
index 0214c66e7..a57c94ed0 100644
--- a/tools/render-test/options.h
+++ b/tools/render-test/options.h
@@ -6,6 +6,8 @@
#include "../../slang-com-helper.h"
#include "../../source/core/slang-writer.h"
+#include "../../source/core/slang-process-util.h"
+
#include "render.h"
namespace renderer_test {
@@ -59,6 +61,8 @@ struct Options
Slang::List<Slang::String> renderFeatures; /// Required render features for this test to run
+ Slang::List<Slang::CommandLine::Arg> compileArgs;
+
Slang::String adapter; ///< The adapter to use either name or index
};