Commit b9163e22 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

d3d11: Add ID3D11DeviceContext1 stub.

parent f01d1034
......@@ -516,7 +516,7 @@ struct d3d_query *unsafe_impl_from_ID3D11Asynchronous(ID3D11Asynchronous *iface)
/* ID3D11DeviceContext - immediate context */
struct d3d11_immediate_context
{
ID3D11DeviceContext ID3D11DeviceContext_iface;
ID3D11DeviceContext1 ID3D11DeviceContext1_iface;
LONG refcount;
struct wined3d_private_store private_store;
......
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