I am using Win2D. I want to apply NVIDIA Reflex SDK to my game. To achieve this, NVIDIA Reflex SDK requests Direct3DDevice object. I think CanvasDevice (which implements IDirect3D11Device) matches Direct3DDevice.
So, how can I get a native Direct3DDevice object from IDirect3D11Device. Or, am I misunderstand this?