Searched defs:KTXTextureData (Results 1 - 1 of 1) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
H A DKTXTextureData.java25 /** A KTXTextureData holds the data from a KTX (or zipped KTX file, aka ZKTX). That is to say an OpenGL ready texture data. The KTX
29 * For example, KTXTextureData can be used for {@link Texture} or {@link Cubemap}.
32 public class KTXTextureData implements TextureData, CubemapData { class in inherits:TextureData,CubemapData
57 public KTXTextureData (FileHandle file, boolean genMipMaps) { method in class:KTXTextureData

Completed in 1526 milliseconds