summaryrefslogtreecommitdiff
path: root/slang.h
diff options
context:
space:
mode:
Diffstat (limited to 'slang.h')
-rw-r--r--slang.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/slang.h b/slang.h
index c4fb555e6..54466ca04 100644
--- a/slang.h
+++ b/slang.h
@@ -4179,6 +4179,8 @@ namespace slang
virtual SLANG_NO_THROW void SLANG_MCALL setReportPerfBenchmark(bool value) = 0;
+ virtual SLANG_NO_THROW void SLANG_MCALL setSkipSPIRVValidation(bool value) = 0;
+
};
#define SLANG_UUID_ICompileRequest ICompileRequest::getTypeGuid()