From 73a61edda8893901acad05bb4e7d3110db5041a8 Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 28 Feb 2024 22:57:07 -0800 Subject: [SPIRV] Add NonSemanticDebugInfo for step-through debugging. (#3644) * [SPIRV] Add NonSemanticDebugInfo for step-through debugging. * Fix. * Fix. --- source/slang/slang-compiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/slang/slang-compiler.h') diff --git a/source/slang/slang-compiler.h b/source/slang/slang-compiler.h index ece552cec..4876026a0 100755 --- a/source/slang/slang-compiler.h +++ b/source/slang/slang-compiler.h @@ -531,7 +531,7 @@ namespace Slang protected: ComponentType(Linkage* linkage); - private: + protected: Linkage* m_linkage; CompilerOptionSet m_optionSet; -- cgit v1.2.3