Re: [PATCH 1/2] d2d1: Return device context pointer for render targets.
Sept. 10, 2018
9:02 a.m.
return S_OK; } - else if (IsEqualGUID(iid, &IID_ID2D1GdiInteropRenderTarget)) + else if (IsEqualGUID(iid, &IID_ID2D1GdiInteropRenderTarget) + || IsEqualGUID(iid, &IID_ID2D1GdiInteropRenderTarget)) return ID2D1RenderTarget_QueryInterface(render_target->dxgi_target, iid, out);
Something feels wrong here - did you mean to have 2nd check against &IID_ID2D1DeviceContext ? Thanks, Vlad.
2754
Age (days ago)
2754
Last active (days ago)
0 comments
1 participants
participants (1)
-
Vlad Bespalov