mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[dxbc] Added debug name to x# registers
This commit is contained in:
parent
ecbdc7f7c7
commit
1dfd62a118
1 changed files with 3 additions and 0 deletions
|
@ -291,6 +291,9 @@ namespace dxvk {
|
|||
|
||||
m_xRegs.at(regId).ccount = info.type.ccount;
|
||||
m_xRegs.at(regId).varId = emitNewVariable(info);
|
||||
|
||||
m_module.setDebugName(m_xRegs.at(regId).varId,
|
||||
str::format("x", regId).c_str());
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue