All 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) |
IJoglFrameBufferAttachment |
CreateTboAttachment(GraphicsPipeline pipe,
int intFormat,
int border,
int pFormat,
int pType) |
void |
Dispose(GraphicsPipeline pipe) |
IJoglFrameBufferAttachment |
getColorBuffer0() |
IJoglFrameBufferAttachment |
getDepthBuffer0() |
int |
getFramebufferId() |
int |
getHeight() |
int |
getWidth() |
boolean |
isDisposed() |
boolean |
isFramebufferComplete() |
boolean |
isLoaded() |
void |
load(GraphicsPipeline pipe) |
void |
Unbind(GraphicsPipeline pipe) |
void |
unload(GraphicsPipeline pipe) |