processing-postfx icon indicating copy to clipboard operation
processing-postfx copied to clipboard

Special buffer for caching passes

Open cansik opened this issue 7 years ago • 1 comments

For effects like bloom it would be nice to have a special buffer to store textures and information.

cansik avatar May 15 '17 12:05 cansik

Maybe this is not needed. It is possible to work with two buffers to create multipass effects. See an example here:

https://github.com/cansik/processing-postfx/blob/master/src/main/java/ch/bildspur/postfx/pass/BloomPass.java#L43-L95

cansik avatar May 29 '17 09:05 cansik