summaryrefslogtreecommitdiff
path: root/source/slang/ir.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/ir.h')
-rw-r--r--source/slang/ir.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/slang/ir.h b/source/slang/ir.h
index 488611675..cf0ccae9a 100644
--- a/source/slang/ir.h
+++ b/source/slang/ir.h
@@ -966,6 +966,10 @@ struct IRStructType : IRInst
IR_LEAF_ISA(StructType)
};
+struct IRInterfaceType : IRInst
+{
+ IR_LEAF_ISA(InterfaceType)
+};
/// @brief A global value that potentially holds executable code.
///