All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
AttachColorBuffer0(GraphicsPipeline pipe,
IJoglFrameBufferAttachment rbo) |
void |
AttachDepthBuffer(GraphicsPipeline pipe,
IJoglFrameBufferAttachment rbo) |
void |
Bind(GraphicsPipeline pipe) |
void |
Bind(GraphicsPipeline pipe,
int type) |
void |
BlitToBackbuffer(GraphicsPipeline pipe,
int w,
int h) |
void |
BlitToFramebuffer(GraphicsPipeline pipe,
IJoglFrameBufferObject fbo) |
void |
BlitToFramebuffer(GraphicsPipeline pipe,
IJoglFrameBufferObject fbo,
int filter) |
void |
BlitToFrontbuffer(GraphicsPipeline pipe,
int w,
int h) |
IJoglFrameBufferAttachment |
CreateRboAttachment(GraphicsPipeline pipe,
int bufferType) |
void |
Dispose(GraphicsPipeline pipe) |
JoglMultiSampleRenderBufferObject |
getColorbuffer() |
int |
getColorbufferId() |
int |
getFramebufferId() |
int |
getHeight() |
static int |
GetMaxSamples(com.jogamp.opengl.GL2 gl) |
int |
getSampleNum() |
int |
getWidth() |
boolean |
isDisposed() |
boolean |
isFramebufferComplete() |
boolean |
isLoaded() |
void |
load(GraphicsPipeline pipe) |
void |
Unbind(GraphicsPipeline pipe) |
void |
unload(GraphicsPipeline pipe) |