diff options
Diffstat (limited to 'source/slang-record-replay')
| -rw-r--r-- | source/slang-record-replay/util/emum-to-string.h | 1 |
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); |
