Interface FBO

All Known Implementing Classes:
AFBO

public interface FBO
A frame buffer object, or FBO, can render OpenGL into an offscreen buffer that can later be read to an Image by a FBOReader which will access the FBO content through readPixels(GL).
Author:
Martin Pernollet