summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-ir.h')
-rw-r--r--source/slang/slang-ir.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/slang/slang-ir.h b/source/slang/slang-ir.h
index ecf5d1c66..aa74c0704 100644
--- a/source/slang/slang-ir.h
+++ b/source/slang/slang-ir.h
@@ -1816,12 +1816,6 @@ struct IRRTTIPointerType : IRRawPointerTypeBase
IR_LEAF_ISA(RTTIPointerType)
};
-struct IRHLSLConstBufferPointerType : IRPtrTypeBase
-{
- IR_LEAF_ISA(HLSLConstBufferPointerType)
- IRInst* getBaseAlignment() { return getOperand(1); }
-};
-
struct IRGlobalHashedStringLiterals : IRInst
{
IR_LEAF_ISA(GlobalHashedStringLiterals)