summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir.h
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2025-03-06 14:26:34 -0800
committerGitHub <noreply@github.com>2025-03-06 14:26:34 -0800
commit4485cf3eaf142cfd5f8470e86739acc67d4e12ea (patch)
treec6ce220dfe5f3ab25ea558f2512f3761c9565c69 /source/slang/slang-ir.h
parent55dd2deaff82bbdb72e125ba4b350030b7e5f427 (diff)
Update SPIRV-Tools and fix new validation errors. (#6511)
* Update SPIRV-Tools and fix new validation errors. * Implement pointers for glsl target. * Reworked packStorage/unpackStorage code gen to operate on pointers rather than values.
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)