Uses of Class
com.badlogic.gdx.graphics.glutils.GLFrameBuffer
-
Packages that use GLFrameBuffer Package Description com.badlogic.gdx.graphics.glutils -
-
Uses of GLFrameBuffer in com.badlogic.gdx.graphics.glutils
Classes in com.badlogic.gdx.graphics.glutils with type parameters of type GLFrameBuffer Modifier and Type Class Description static classGLFrameBuffer.GLFrameBufferBuilder<U extends GLFrameBuffer<? extends GLTexture>>Subclasses of GLFrameBuffer in com.badlogic.gdx.graphics.glutils Modifier and Type Class Description classFloatFrameBufferThis is aFrameBuffervariant backed by a float texture.classFrameBufferEncapsulates OpenGL ES 2.0 frame buffer objects.classFrameBufferCubemapEncapsulates OpenGL ES 2.0 frame buffer objects.Fields in com.badlogic.gdx.graphics.glutils with type parameters of type GLFrameBuffer Modifier and Type Field Description protected GLFrameBuffer.GLFrameBufferBuilder<? extends GLFrameBuffer<T>>GLFrameBuffer. bufferBuilderprotected static java.util.Map<Application,Array<GLFrameBuffer>>GLFrameBuffer. buffersthe frame buffersConstructor parameters in com.badlogic.gdx.graphics.glutils with type arguments of type GLFrameBuffer Constructor Description FloatFrameBuffer(GLFrameBuffer.GLFrameBufferBuilder<? extends GLFrameBuffer<Texture>> bufferBuilder)Creates a GLFrameBuffer from the specifications provided by bufferBuilderFrameBuffer(GLFrameBuffer.GLFrameBufferBuilder<? extends GLFrameBuffer<Texture>> bufferBuilder)Creates a GLFrameBuffer from the specifications provided by bufferBuilderFrameBufferCubemap(GLFrameBuffer.GLFrameBufferBuilder<? extends GLFrameBuffer<Cubemap>> bufferBuilder)Creates a GLFrameBuffer from the specifications provided by bufferBuilderGLFrameBuffer(GLFrameBuffer.GLFrameBufferBuilder<? extends GLFrameBuffer<T>> bufferBuilder)Creates a GLFrameBuffer from the specifications provided by bufferBuilder
-