I've begun playing around with image processing on my RPi 3 using OpenGL ES. At the end of the image processing, I am left with an off-screen frame buffer. The problem is, I'm not sure what the best method is to transfer the data back to the CPU so that I can access it in a reasonable amount of time...