summaryrefslogtreecommitdiff
path: root/source/slang-record-replay/replay/json-consumer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang-record-replay/replay/json-consumer.cpp')
-rw-r--r--source/slang-record-replay/replay/json-consumer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang-record-replay/replay/json-consumer.cpp b/source/slang-record-replay/replay/json-consumer.cpp
index c0486341e..ba7a13015 100644
--- a/source/slang-record-replay/replay/json-consumer.cpp
+++ b/source/slang-record-replay/replay/json-consumer.cpp
@@ -631,7 +631,7 @@ void JsonConsumer::_writeGlobalSessionDescHelper(
{
_writePair(builder, indent, "structureSize", (uint32_t)desc.structureSize);
_writePair(builder, indent, "apiVersion", (uint32_t)desc.apiVersion);
- _writePair(builder, indent, "languageVersion", (uint32_t)desc.languageVersion);
+ _writePair(builder, indent, "minLanguageVersion", (uint32_t)desc.minLanguageVersion);
_writePair(builder, indent, "enablGLSL", (uint32_t)desc.enableGLSL);
}
}