FFGL access texture data
Re: FFGL access texture data
I want to cache ~3 seconds of the video to reuse the frames later in the fragment shader. At 50fps I've to cache 150 frames. Later at time x I want to be able to access any frame starting at x-150 to x (best within the fragment shader)