I have a WPF application and a separate DirectX process. I would like to be able to get that process's directx device pointer or backbuffer so that I can render it again into my WPF app. Is this possible?
I have a WPF application and a separate DirectX process. I would like to be able to get that process's directx device pointer or backbuffer so that I can render it again into my WPF app. Is this possible?