summaryrefslogtreecommitdiffstats
path: root/tools/render-test/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/render-test/options.cpp')
-rw-r--r--tools/render-test/options.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/render-test/options.cpp b/tools/render-test/options.cpp
index 3d5df6f62..fec934afc 100644
--- a/tools/render-test/options.cpp
+++ b/tools/render-test/options.cpp
@@ -255,6 +255,10 @@ SlangResult parseOptions(int argc, const char*const* argv, Slang::WriterHelper s
gOptions.sourceLanguage = sourceLanguage;
}
+ else if( strcmp(arg, "-no-default-entry-point") == 0 )
+ {
+ gOptions.dontAddDefaultEntryPoints = true;
+ }
else
{
// Lookup