All Questions
1 question
1
vote
0
answers
94
views
What's the most efficient way to write a video shader that uses many previous input frames?
I'm writing a video effect in iOS using Metal that requires pixel data of the current frame as well as many previous frames of the original input video. Is there a common pattern or best practice for ...