mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-24 06:27:17 +00:00
[host] d12: fix error output string format
This commit is contained in:
parent
6e37305765
commit
d902afa3dc
@ -1019,7 +1019,7 @@ static bool d12_heapTest(ID3D12Device3 * device, ID3D12Heap * heap)
|
|||||||
hr = ID3D12Device3_GetDeviceRemovedReason(device);
|
hr = ID3D12Device3_GetDeviceRemovedReason(device);
|
||||||
if (hr != S_OK)
|
if (hr != S_OK)
|
||||||
{
|
{
|
||||||
DEBUG_WINERROR("Device Removed: %s", hr);
|
DEBUG_WINERROR("Device Removed", hr);
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user