public class JoglRenderTargetFramebuffer extends JoglRenderTarget
backgroundB, backgroundG, backgroundR| Constructor and Description |
|---|
JoglRenderTargetFramebuffer(IJoglFrameBufferObject drawable) |
| Modifier and Type | Method and Description |
|---|---|
void |
Bind(GraphicsPipeline pipe) |
int |
getHeight() |
int |
getWidth() |
void |
Unbind(GraphicsPipeline pipe) |
Clear, FitViewport, getAspect, getSize, setBackgroundColor, setBackgroundColorpublic JoglRenderTargetFramebuffer(IJoglFrameBufferObject drawable)
public int getWidth()
getWidth in class JoglRenderTargetpublic int getHeight()
getHeight in class JoglRenderTargetpublic void Bind(GraphicsPipeline pipe)
Bind in class JoglRenderTargetpublic void Unbind(GraphicsPipeline pipe)
Unbind in class JoglRenderTarget