Uses of Class
com.badlogic.gdx.graphics.GLTexture
-
Packages that use GLTexture Package Description com.badlogic.gdx.graphics com.badlogic.gdx.graphics.g3d.shaders com.badlogic.gdx.graphics.g3d.utils com.badlogic.gdx.graphics.glutils -
-
Uses of GLTexture in com.badlogic.gdx.graphics
Subclasses of GLTexture in com.badlogic.gdx.graphics Modifier and Type Class Description classCubemapWraps a standard OpenGL ES Cubemap.classTextureA Texture wraps a standard OpenGL ES texture.classTexture3DOpen GLES wrapper for Texture3DclassTextureArrayOpen GLES wrapper for TextureArray -
Uses of GLTexture in com.badlogic.gdx.graphics.g3d.shaders
Methods in com.badlogic.gdx.graphics.g3d.shaders with parameters of type GLTexture Modifier and Type Method Description booleanBaseShader. set(int uniform, GLTexture texture) -
Uses of GLTexture in com.badlogic.gdx.graphics.g3d.utils
Classes in com.badlogic.gdx.graphics.g3d.utils with type parameters of type GLTexture Modifier and Type Class Description classTextureDescriptor<T extends GLTexture>Fields in com.badlogic.gdx.graphics.g3d.utils declared as GLTexture Modifier and Type Field Description TTextureDescriptor. textureMethods in com.badlogic.gdx.graphics.g3d.utils with parameters of type GLTexture Modifier and Type Method Description intDefaultTextureBinder. bind(GLTexture texture)intTextureBinder. bind(GLTexture texture)Binds the texture to an available unit. -
Uses of GLTexture in com.badlogic.gdx.graphics.glutils
Classes in com.badlogic.gdx.graphics.glutils with type parameters of type GLTexture Modifier and Type Class Description classGLFrameBuffer<T extends GLTexture>Encapsulates OpenGL ES 2.0 frame buffer objects.static classGLFrameBuffer.GLFrameBufferBuilder<U extends GLFrameBuffer<? extends GLTexture>>
-