summaryrefslogtreecommitdiffstats
path: root/source/slang/bytecode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/bytecode.cpp')
-rw-r--r--source/slang/bytecode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/bytecode.cpp b/source/slang/bytecode.cpp
index 943a9a5a3..3b92b78e1 100644
--- a/source/slang/bytecode.cpp
+++ b/source/slang/bytecode.cpp
@@ -653,7 +653,7 @@ BytecodeGenerationPtr<char> tryGenerateNameForSymbol(
if (auto highLevelDeclDecoration = inst->findDecoration<IRHighLevelDeclDecoration>())
{
auto decl = highLevelDeclDecoration->decl;
- if (auto reflectionNameMod = decl->FindModifier<ParameterBlockReflectionName>())
+ if (auto reflectionNameMod = decl->FindModifier<ParameterGroupReflectionName>())
{
return allocateString(context, reflectionNameMod->name);
}