public class LibgdxFrameBuffer
extends java.lang.Object
implements org.mini2Dx.core.graphics.FrameBuffer
| Modifier and Type | Field and Description |
|---|---|
LibgdxFrameBufferWrapper |
frameBuffer |
LibgdxTexture |
texture |
| Constructor and Description |
|---|
LibgdxFrameBuffer(int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
void |
begin() |
void |
bind() |
void |
dispose() |
void |
end() |
int |
getHeight() |
org.mini2Dx.core.graphics.Texture |
getTexture() |
int |
getWidth() |
void |
unbind() |
public final LibgdxFrameBufferWrapper frameBuffer
public LibgdxTexture texture
public void begin()
begin in interface org.mini2Dx.core.graphics.FrameBufferpublic void end()
end in interface org.mini2Dx.core.graphics.FrameBufferpublic void bind()
bind in interface org.mini2Dx.core.graphics.FrameBufferpublic void unbind()
unbind in interface org.mini2Dx.core.graphics.FrameBufferpublic int getWidth()
getWidth in interface org.mini2Dx.core.graphics.FrameBufferpublic int getHeight()
getHeight in interface org.mini2Dx.core.graphics.FrameBufferpublic org.mini2Dx.core.graphics.Texture getTexture()
getTexture in interface org.mini2Dx.core.graphics.FrameBufferpublic void dispose()
dispose in interface org.mini2Dx.gdx.utils.Disposable