mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-02 01:24:11 +01:00
[dxgi] Name adapter event thread
This commit is contained in:
parent
079cda1c0c
commit
4d6f47640f
@ -400,6 +400,8 @@ namespace dxvk {
|
||||
|
||||
|
||||
void DxgiAdapter::runEventThread() {
|
||||
env::setThreadName(str::format("dxvk-adapter-", m_index));
|
||||
|
||||
std::unique_lock<std::mutex> lock(m_mutex);
|
||||
DxvkAdapterMemoryInfo memoryInfoOld = m_adapter->getMemoryHeapInfo();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user