Commit e07e0453 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

d3d11: Replace the FIXME in d3d11_immediate_context_SwapDeviceContextState() with a TRACE.

This is implemented. Signed-off-by: 's avatarHenri Verbeet <hverbeet@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 071d5597
......@@ -2844,7 +2844,7 @@ static void STDMETHODCALLTYPE d3d11_immediate_context_SwapDeviceContextState(ID3
struct d3d_device_context_state *state_impl, *prev_impl;
struct wined3d_state *wined3d_state;
FIXME("iface %p, state %p, prev %p semi-stub!\n", iface, state, prev);
TRACE("iface %p, state %p, prev %p.\n", iface, state, prev);
if (!state)
{
......
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