Is there a way to get the raw pixel data from a WebGL render buffer or frame buffer that is off screen?
I\'m using WebGL to do some image processing, e.g. blurring a
readPixels() should do what you want. Read more in the WebGL spec at http://www.khronos.org/registry/webgl/specs/latest/
readPixels()