Uses of Class
com.badlogic.gdx.graphics.glutils.GLFrameBuffer.FrameBufferTextureAttachmentSpec
-
Packages that use GLFrameBuffer.FrameBufferTextureAttachmentSpec Package Description com.badlogic.gdx.graphics.glutils -
-
Uses of GLFrameBuffer.FrameBufferTextureAttachmentSpec in com.badlogic.gdx.graphics.glutils
Fields in com.badlogic.gdx.graphics.glutils with type parameters of type GLFrameBuffer.FrameBufferTextureAttachmentSpec Modifier and Type Field Description protected Array<GLFrameBuffer.FrameBufferTextureAttachmentSpec>GLFrameBuffer.GLFrameBufferBuilder. textureAttachmentSpecsMethods in com.badlogic.gdx.graphics.glutils with parameters of type GLFrameBuffer.FrameBufferTextureAttachmentSpec Modifier and Type Method Description protected TextureFloatFrameBuffer. createTexture(GLFrameBuffer.FrameBufferTextureAttachmentSpec attachmentSpec)protected TextureFrameBuffer. createTexture(GLFrameBuffer.FrameBufferTextureAttachmentSpec attachmentSpec)protected CubemapFrameBufferCubemap. createTexture(GLFrameBuffer.FrameBufferTextureAttachmentSpec attachmentSpec)protected abstract TGLFrameBuffer. createTexture(GLFrameBuffer.FrameBufferTextureAttachmentSpec attachmentSpec)Override this method in a derived class to set up the backing texture as you like.
-