mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-30 18:35:50 +00:00
Set type for direct scalar source variable mappings
This commit is contained in:
@@ -1746,6 +1746,10 @@ void Debugger::FillDebugSourceVars(rdcarray<InstructionSourceInfo> &instInfo)
|
||||
usage->type = scalar.type;
|
||||
columns = RDCMAX(1U, typeWalk->vecSize);
|
||||
}
|
||||
else
|
||||
{
|
||||
usage->type = typeWalk->type;
|
||||
}
|
||||
|
||||
usage->debugVar = mapping.debugVar;
|
||||
// Remove any child mappings : this mapping covers everything
|
||||
|
||||
Reference in New Issue
Block a user