Package | Description |
---|---|
com.badlogic.gdx.graphics.glutils |
Modifier and Type | Class and Description |
---|---|
protected static class |
GLFrameBuffer.GLFrameBufferBuilder<U extends GLFrameBuffer<? extends GLTexture>> |
Modifier and Type | Class and Description |
---|---|
class |
FloatFrameBuffer
This is a
FrameBuffer variant backed by a float texture. |
class |
FrameBuffer
Encapsulates OpenGL ES 2.0 frame buffer objects.
|
class |
FrameBufferCubemap
Encapsulates OpenGL ES 2.0 frame buffer objects.
|
Modifier and Type | Field and Description |
---|---|
protected GLFrameBuffer.GLFrameBufferBuilder<? extends GLFrameBuffer<T>> |
GLFrameBuffer.bufferBuilder |
protected static java.util.Map<Application,Array<GLFrameBuffer>> |
GLFrameBuffer.buffers
the frame buffers
|
Constructor and Description |
---|
FloatFrameBuffer(GLFrameBuffer.GLFrameBufferBuilder<? extends GLFrameBuffer<Texture>> bufferBuilder)
Creates a GLFrameBuffer from the specifications provided by bufferBuilder
|
FrameBuffer(GLFrameBuffer.GLFrameBufferBuilder<? extends GLFrameBuffer<Texture>> bufferBuilder)
Creates a GLFrameBuffer from the specifications provided by bufferBuilder
|
FrameBufferCubemap(GLFrameBuffer.GLFrameBufferBuilder<? extends GLFrameBuffer<Cubemap>> bufferBuilder)
Creates a GLFrameBuffer from the specifications provided by bufferBuilder
|
GLFrameBuffer(GLFrameBuffer.GLFrameBufferBuilder<? extends GLFrameBuffer<T>> bufferBuilder)
Creates a GLFrameBuffer from the specifications provided by bufferBuilder
|