summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-emit-spirv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-emit-spirv.cpp')
-rw-r--r--source/slang/slang-emit-spirv.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/slang-emit-spirv.cpp b/source/slang/slang-emit-spirv.cpp
index 6a223ae4f..7cfd9ffad 100644
--- a/source/slang/slang-emit-spirv.cpp
+++ b/source/slang/slang-emit-spirv.cpp
@@ -1277,6 +1277,7 @@ struct SPIRVEmitContext
}
case kIROp_PtrType:
case kIROp_RefType:
+ case kIROp_ConstRefType:
case kIROp_OutType:
case kIROp_InOutType:
{