mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-25 08:06:30 +00:00
[idd] driver: cosmetics
This commit is contained in:
parent
40a4debfda
commit
530e83e7bf
@ -74,8 +74,10 @@ CD3D12Device::InitResult CD3D12Device::Init(CIVSHMEM &ivshmem, UINT64 &alignSize
|
|||||||
//non-fatal do not exit
|
//non-fatal do not exit
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
m_infoQueue->RegisterMessageCallback(
|
m_infoQueue->RegisterMessageCallback(
|
||||||
_D3D12DebugCallback, D3D12_MESSAGE_CALLBACK_FLAG_NONE, NULL, &m_callbackCookie);
|
_D3D12DebugCallback, D3D12_MESSAGE_CALLBACK_FLAG_NONE, NULL, &m_callbackCookie);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!m_indirectCopy)
|
if (!m_indirectCopy)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user