From 4485cf3eaf142cfd5f8470e86739acc67d4e12ea Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 6 Mar 2025 14:26:34 -0800 Subject: 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. --- source/slang/slang-ir.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/slang/slang-ir.h') 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) -- cgit v1.2.3