mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-29 02:41:08 +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