diff options
Diffstat (limited to 'source/slang/emit.cpp')
| -rw-r--r-- | source/slang/emit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/emit.cpp b/source/slang/emit.cpp index 49eaf917b..2e801f0e3 100644 --- a/source/slang/emit.cpp +++ b/source/slang/emit.cpp @@ -3581,7 +3581,7 @@ struct EmitVisitor case kIROp_Construct: case kIROp_makeVector: - case kIROp_makeMatrix: + case kIROp_MakeMatrix: // Simple constructor call if( inst->getOperandCount() == 1 && getTarget(ctx) == CodeGenTarget::HLSL) { |
