Commit 4c656372 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

wined3d: Trace the created command stream in wined3d_cs_create().

parent e4f470e5
......@@ -3462,6 +3462,7 @@ struct wined3d_cs *wined3d_cs_create(struct wined3d_device *device,
}
}
TRACE("Created command stream %p.\n", cs);
return cs;
fail:
......
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