Uses of Class
com.badlogic.gdx.graphics.TextureData.TextureDataType
-
Packages that use TextureData.TextureDataType Package Description com.badlogic.gdx.graphics com.badlogic.gdx.graphics.glutils -
-
Uses of TextureData.TextureDataType in com.badlogic.gdx.graphics
Methods in com.badlogic.gdx.graphics that return TextureData.TextureDataType Modifier and Type Method Description TextureData.TextureDataTypeTextureData. getType()static TextureData.TextureDataTypeTextureData.TextureDataType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TextureData.TextureDataType[]TextureData.TextureDataType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TextureData.TextureDataType in com.badlogic.gdx.graphics.glutils
Methods in com.badlogic.gdx.graphics.glutils that return TextureData.TextureDataType Modifier and Type Method Description TextureData.TextureDataTypeETC1TextureData. getType()TextureData.TextureDataTypeFileTextureData. getType()TextureData.TextureDataTypeFloatTextureData. getType()TextureData.TextureDataTypeGLOnlyTextureData. getType()TextureData.TextureDataTypeKTXTextureData. getType()TextureData.TextureDataTypeMipMapTextureData. getType()TextureData.TextureDataTypePixmapTextureData. getType()
-