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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/render-test/options.h b/tools/render-test/options.h
index a57c94ed0..67eae6603 100644
--- a/tools/render-test/options.h
+++ b/tools/render-test/options.h
@@ -64,6 +64,8 @@ struct Options
Slang::List<Slang::CommandLine::Arg> compileArgs;
Slang::String adapter; ///< The adapter to use either name or index
+
+ uint32_t computeDispatchSize[3] = { 1, 1, 1 };
};
extern Options gOptions;