Commit af6d8261 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

dxgi: Update TRACE in dxgi_device_create_resource().

parent 3268601d
......@@ -333,8 +333,9 @@ static HRESULT STDMETHODCALLTYPE dxgi_device_create_resource(IWineDXGIDevice *if
struct dxgi_resource *object;
HRESULT hr;
TRACE("iface %p, wined3d_resource %p, usage %#x, shared_resource %p, outer %p, surface %p.\n",
iface, wined3d_resource, usage, shared_resource, outer, resource);
TRACE("iface %p, wined3d_resource %p, usage %#x, shared_resource %p, outer %p, needs_surface %d, "
"resource %p.\n", iface, wined3d_resource, usage, shared_resource, outer, needs_surface,
resource);
if (!(object = heap_alloc_zero(sizeof(*object))))
{
......
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