Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
slavikoid's avatar
slavikoid
Honored Guest
8 years ago

How can I get the swapchain for saving frames to texture2d

I want to save frames from CV1 to d3d11 Texture2d. How can I access the swapchain? What process generates resulting post--processed image for CV1 display (What process performs resulting present function)?  


Thanks!

1 Reply

  • Thanks for reply! I want to get a resulting texture from external process while playing any game. I am not sure I am able to hook MonoBehaviour.OnRenderImage and not sure that these methods are called every time frame is rendered... Am I wrong?