Class KTXTextureData

  • All Implemented Interfaces:
    CubemapData, TextureData

    public class KTXTextureData
    extends java.lang.Object
    implements TextureData, CubemapData
    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 file format is just a thin wrapper around OpenGL textures and therefore is compatible with most OpenGL texture capabilities like texture compression, cubemapping, mipmapping, etc. For example, KTXTextureData can be used for Texture or Cubemap.