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 29365e6af..fb3947c8c 100644
--- a/source/slang-record-replay/util/emum-to-string.h
+++ b/source/slang-record-replay/util/emum-to-string.h
@@ -182,6 +182,7 @@ static Slang::String CompilerOptionNameToString(const slang::CompilerOptionName
CASE(VulkanEmitReflection);
CASE(GLSLForceScalarLayout);
CASE(ForceDXLayout);
+ CASE(ForceCLayout);
CASE(EnableEffectAnnotations);
CASE(EmitSpirvViaGLSL);
CASE(EmitSpirvDirectly);