Commit 685be772 authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard

d3dx9: Print a real pixel format in a FIXME message.

parent a90fcbff
......@@ -1541,7 +1541,7 @@ HRESULT WINAPI D3DXSaveSurfaceToFileW(const WCHAR *dst_filename, D3DXIMAGE_FILEF
if (src_format_desc->format == D3DFMT_UNKNOWN || dst_format_desc->format == D3DFMT_UNKNOWN)
{
FIXME("Unsupported pixel format conversion %#x -> %#x\n",
src_format_desc->format, dst_format_desc->format);
src_surface_desc.Format, d3d_pixel_format);
hr = E_NOTIMPL;
goto cleanup;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment