Hi,
I am currently hosting my DX12 renderer in WPF application by using a System.Windows.Form.Panel into a WindowsFormHost (WindowsFormIntegration). It work but it feel like a dirty trick and I am not sure if I am going to encounter problems this way.
I can't seem to find anyone or any sample on internet of someone who has been able to host DX12 into WPF.
I know WPFDXInterop can do it with DX11 but it doesn't seem to be updated anymore to support DX12.
Does anyone has achieved it ?
Thank you.