Skip to content

Commit bf94531

Browse files
krystian-andrzejewskiigcbot
authored andcommitted
Replacing usages of getNonOpaquePtrEltTy in AdaptorCommon - part 4
This change set is to prepare for removing dependencies on references to non-opaque pointers.
1 parent 221567c commit bf94531

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

IGC/common/MDFrameWork.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,6 @@ enum class ShaderTypeMD
220220
// when generating structured accesses to the Raytracing SW Stack.
221221
struct RayTracingSWTypes
222222
{
223-
std::vector<llvm::StructType*> FrameStartTys;
224-
std::vector<llvm::StructType*> ArgumentTys;
225223
std::vector<llvm::StructType*> FullFrameTys;
226224
};
227225

0 commit comments

Comments
 (0)