I am looking for a way to use the JOGL library to capture the output of a shader in a BufferedImage. Do I need to create a frame buffer?
(Also, I would like to have the shader use another BufferedImage as input, so I would have to upload that as a texture I assume. This seems like the easier part though.)