libgdx API

Uses of Interface
com.badlogic.gdx.graphics.TextureData

Packages that use TextureData
com.badlogic.gdx.assets.loaders   
com.badlogic.gdx.graphics   
com.badlogic.gdx.graphics.glutils   
 

Uses of TextureData in com.badlogic.gdx.assets.loaders
 

Fields in com.badlogic.gdx.assets.loaders declared as TextureData
 TextureData TextureLoader.TextureParameter.textureData
          TextureData for textures created on the fly, optional.
 

Uses of TextureData in com.badlogic.gdx.graphics
 

Methods in com.badlogic.gdx.graphics that return TextureData
 TextureData Texture.getTextureData()
           
 

Methods in com.badlogic.gdx.graphics with parameters of type TextureData
 void Texture.load(TextureData data)
           
 

Constructors in com.badlogic.gdx.graphics with parameters of type TextureData
Texture(TextureData data)
           
 

Uses of TextureData in com.badlogic.gdx.graphics.glutils
 

Classes in com.badlogic.gdx.graphics.glutils that implement TextureData
 class ETC1TextureData
           
 class FileTextureData
           
 class PixmapTextureData
           
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)