d3d11: Trace actual swapchain pointer in D3D11CreateDeviceAndSwapChain().
Signed-off-by: Józef Kucia <jkucia@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
6e7fe14ba5
commit
cd8be0b431
|
@ -331,7 +331,7 @@ HRESULT WINAPI D3D11CreateDeviceAndSwapChain(IDXGIAdapter *adapter, D3D_DRIVER_T
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
TRACE("Created IDXGISwapChain %p.\n", swapchain);
|
TRACE("Created IDXGISwapChain %p.\n", *swapchain);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (device_out)
|
if (device_out)
|
||||||
|
|
Loading…
Reference in New Issue