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>
oldstable
Józef Kucia 2016-03-04 11:43:31 +01:00 committed by Alexandre Julliard
parent 6e7fe14ba5
commit cd8be0b431
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ HRESULT WINAPI D3D11CreateDeviceAndSwapChain(IDXGIAdapter *adapter, D3D_DRIVER_T
goto cleanup;
}
TRACE("Created IDXGISwapChain %p.\n", swapchain);
TRACE("Created IDXGISwapChain %p.\n", *swapchain);
}
if (device_out)