mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Always set the baseType for DXIL debug data DW_TAG_enumeration_type
This commit is contained in:
@@ -8229,6 +8229,10 @@ const TypeData &Debugger::AddDebugType(const DXIL::Metadata *typeMD)
|
||||
AddDebugType(compositeType->base);
|
||||
typeData.baseType = compositeType->base;
|
||||
}
|
||||
else
|
||||
{
|
||||
typeData.baseType = typeMD;
|
||||
}
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user