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 ed6c6a3c6..e50166017 100644
--- a/tools/render-test/options.cpp
+++ b/tools/render-test/options.cpp
@@ -158,6 +158,10 @@ static rhi::DeviceType _toRenderType(Slang::RenderApiType apiType)
{
outOptions.useDXIL = true;
}
+ else if (argValue == "-skip-spirv-validation")
+ {
+ outOptions.skipSPIRVValidation = true;
+ }
else if (argValue == "-emit-spirv-directly")
{
outOptions.generateSPIRVDirectly = true;