public interface IJoglFrameBufferObject extends IGLResource
Modifier and Type | Method and Description |
---|---|
void |
Bind(GraphicsPipeline pipe) |
void |
Bind(GraphicsPipeline pipe,
int type) |
void |
BlitToBackbuffer(GraphicsPipeline pipe,
int w,
int h) |
void |
BlitToFrontbuffer(GraphicsPipeline pipe,
int w,
int h) |
IJoglFrameBufferAttachment |
CreateRboAttachment(GraphicsPipeline pipe,
int bufferType) |
int |
getFramebufferId() |
int |
getHeight() |
int |
getWidth() |
boolean |
isFramebufferComplete() |
void |
Unbind(GraphicsPipeline pipe) |
isLoaded, load, unload
int getWidth()
int getHeight()
int getFramebufferId()
IJoglFrameBufferAttachment CreateRboAttachment(GraphicsPipeline pipe, int bufferType)
boolean isFramebufferComplete()
void Bind(GraphicsPipeline pipe)
void Bind(GraphicsPipeline pipe, int type)
void Unbind(GraphicsPipeline pipe)
void BlitToBackbuffer(GraphicsPipeline pipe, int w, int h)
void BlitToFrontbuffer(GraphicsPipeline pipe, int w, int h)