We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eba1a12 commit d729deeCopy full SHA for d729dee
renderdoc/driver/shaders/dxil/dxil_debug.cpp
@@ -8108,12 +8108,12 @@ const TypeData &Debugger::AddDebugType(const DXIL::Metadata *typeMD)
8108
case DXIL::DIBase::Type::CompositeType:
8109
{
8110
const DICompositeType *compositeType = base->As<DICompositeType>();
8111
- typeData.baseType = typeMD;
8112
switch(compositeType->tag)
8113
8114
case DW_TAG_class_type:
8115
case DW_TAG_structure_type:
8116
+ typeData.baseType = typeMD;
8117
typeData.sizeInBytes = (uint32_t)(compositeType->sizeInBits / 8);
8118
typeData.alignInBytes = (uint32_t)(compositeType->alignInBits / 8);
8119
0 commit comments