Package | Description |
---|---|
com.badlogic.gdx.graphics.glutils |
Modifier and Type | Class and Description |
---|---|
static class |
GLFrameBuffer.FloatFrameBufferBuilder |
static class |
GLFrameBuffer.FrameBufferBuilder |
static class |
GLFrameBuffer.FrameBufferCubemapBuilder |
Modifier and Type | Field and Description |
---|---|
protected GLFrameBuffer.GLFrameBufferBuilder<? extends GLFrameBuffer<T>> |
GLFrameBuffer.bufferBuilder |
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
|