Uses of Class
processing.opengl.FrameBuffer
-
Packages that use FrameBuffer Package Description processing.opengl -
-
Uses of FrameBuffer in processing.opengl
Fields in processing.opengl declared as FrameBuffer Modifier and Type Field Description protected FrameBufferPGraphicsOpenGL. currentFramebufferprotected FrameBufferPGraphicsOpenGL. drawFramebufferprotected FrameBuffer[]PGraphicsOpenGL. fbStackprotected FrameBufferPGraphicsOpenGL. multisampleFramebufferprotected FrameBufferPGraphicsOpenGL. offscreenFramebufferprotected FrameBufferPGraphicsOpenGL. readFramebufferprotected FrameBufferTexture. tempFboMethods in processing.opengl that return FrameBuffer Modifier and Type Method Description protected FrameBufferPGraphicsOpenGL. getCurrentFB()FrameBufferPGraphicsOpenGL. getFrameBuffer()Not an approved function, test its use in libraries to grab the FB objects for offscreen PGraphics.FrameBufferPGraphicsOpenGL. getFrameBuffer(boolean multi)Methods in processing.opengl with parameters of type FrameBuffer Modifier and Type Method Description voidFrameBuffer. copy(FrameBuffer dest, int mask)voidFrameBuffer. copyColor(FrameBuffer dest)voidFrameBuffer. copyDepth(FrameBuffer dest)voidFrameBuffer. copyStencil(FrameBuffer dest)protected voidPGraphicsOpenGL. setFramebuffer(FrameBuffer fbo)Constructors in processing.opengl with parameters of type FrameBuffer Constructor Description GLResourceFrameBuffer(FrameBuffer fb)
-