I am sharing a rendered output from Process A to Process B using a shared NT handle in Directx 11, for this I am using CreateSharedHandle and OpenSharedResourceByName by giving same name to both...
problem is it is not continuously updating texture in process B which use a textured quad full screen to draw a shared texture...
how this can be done efficiently ...