Maven module :un.storage : image-ktx :
Class : un.storage.imagery.ktx.KTXHeader
Extends/Implements : -
Subclasses : -

author  Johann Sorel


Variables : endianness, glType, glTypeSize, glFormat, glInternalFormat, glBaseInternalFormat, pixelWidth, pixelHeight, pixelDepth, numberOfArrayElements, numberOfFaces, numberOfMipmapLevels, bytesOfKeyValueData
Functions : read


public int endianness


One of GLC.Texture.Type
public int glType



public int glTypeSize


One of GLC.Texture.Format
public int glFormat


One of GLC.Texture.InternalFormat
public int glInternalFormat

public int glBaseInternalFormat

public int pixelWidth

public int pixelHeight

public int pixelDepth

public int numberOfArrayElements


For cubemap : 6 , in order +X, -X, +Y, -Y, +Z, -Z
public int numberOfFaces

public int numberOfMipmapLevels

public int bytesOfKeyValueData


public void read (DataInputStream ds)