Class FBO_linux

java.lang.Object
panamagl.offscreen.AFBO
panamagl.platform.linux.FBO_linux
All Implemented Interfaces:
panamagl.offscreen.FBO

public class FBO_linux extends panamagl.offscreen.AFBO implements panamagl.offscreen.FBO
A frame buffer object, or FBO_linux, can render OpenGL into an offscreen buffer that can later be converted to an Image. See : https://www.khronos.org/opengl/wiki/Framebuffer_Object https://www.khronos.org/opengl/wiki/Common_Mistakes https://www.khronos.org/opengl/wiki/Framebuffer_Object_Extension_Examples#Quick_example,_render_to_texture_(2D) Hint : to debug this class, invoke a program using it with flag -Dpanamagl.offscreen.FBO
Author:
Martin Pernollet