Commit d6d88ae8 authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

d3d11: Set context to NULL in CreateDeferredContext() stub.

parent e8f40692
...@@ -3358,6 +3358,7 @@ static HRESULT STDMETHODCALLTYPE d3d11_device_CreateDeferredContext(ID3D11Device ...@@ -3358,6 +3358,7 @@ static HRESULT STDMETHODCALLTYPE d3d11_device_CreateDeferredContext(ID3D11Device
{ {
FIXME("iface %p, flags %#x, context %p stub!\n", iface, flags, context); FIXME("iface %p, flags %#x, context %p stub!\n", iface, flags, context);
*context = NULL;
return E_NOTIMPL; return E_NOTIMPL;
} }
......
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