summaryrefslogtreecommitdiff
path: root/source/slang-record-replay
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang-record-replay')
-rw-r--r--source/slang-record-replay/util/emum-to-string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang-record-replay/util/emum-to-string.h b/source/slang-record-replay/util/emum-to-string.h
index b19782126..1647ab24b 100644
--- a/source/slang-record-replay/util/emum-to-string.h
+++ b/source/slang-record-replay/util/emum-to-string.h
@@ -226,6 +226,7 @@ static Slang::String CompilerOptionNameToString(const slang::CompilerOptionName
CASE(ReferenceModule);
CASE(SaveCoreModule);
CASE(SaveCoreModuleBinSource);
+ CASE(SaveGLSLModuleBinSource);
CASE(TrackLiveness);
CASE(LoopInversion);
CASE(CountOfParsableOptions);