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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/render-test/options.h b/tools/render-test/options.h
index 5a46c4000..6ea166833 100644
--- a/tools/render-test/options.h
+++ b/tools/render-test/options.h
@@ -71,6 +71,8 @@ struct Options
bool dontAddDefaultEntryPoints = false;
+ bool disableDebugInfo = false;
+
bool allowGLSL = false;
Slang::String entryPointName;
@@ -83,11 +85,7 @@ struct Options
Slang::DownstreamArgs downstreamArgs; ///< Args to downstream tools. Here it's just slang
-#if defined(SLANG_CONFIG_DEFAULT_SPIRV_DIRECT)
bool generateSPIRVDirectly = true;
-#else
- bool generateSPIRVDirectly = false;
-#endif
Options() { downstreamArgs.addName("slang"); }