Uses of Interface
com.badlogic.gdx.graphics.TextureData
-
Packages that use TextureData Package Description 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 Modifier and Type Field Description TextureDataTextureLoader.TextureParameter. textureDataTextureData for textures created on the fly, optional. -
Uses of TextureData in com.badlogic.gdx.graphics
Methods in com.badlogic.gdx.graphics that return TextureData Modifier and Type Method Description TextureDataTexture. getTextureData()static TextureDataTextureData.Factory. loadFromFile(FileHandle file, boolean useMipMaps)static TextureDataTextureData.Factory. loadFromFile(FileHandle file, Pixmap.Format format, boolean useMipMaps)Methods in com.badlogic.gdx.graphics with parameters of type TextureData Modifier and Type Method Description voidTexture. load(TextureData data)protected static voidGLTexture. uploadImageData(int target, TextureData data)static voidGLTexture. uploadImageData(int target, TextureData data, int miplevel)Constructors in com.badlogic.gdx.graphics with parameters of type TextureData Constructor Description Cubemap(TextureData positiveX, TextureData negativeX, TextureData positiveY, TextureData negativeY, TextureData positiveZ, TextureData negativeZ)Construct a Cubemap with the specifiedTextureData's for the sidesTexture(int glTarget, int glHandle, TextureData data)Texture(TextureData data) -
Uses of TextureData in com.badlogic.gdx.graphics.glutils
Classes in com.badlogic.gdx.graphics.glutils that implement TextureData Modifier and Type Class Description classETC1TextureDataclassFileTextureDataclassFloatTextureDataATextureDataimplementation which should be used to create float textures.classGLOnlyTextureDataATextureDataimplementation which should be used to create gl only textures.classKTXTextureDataA KTXTextureData holds the data from a KTX (or zipped KTX file, aka ZKTX).classMipMapTextureDataThis class will load each contained TextureData to the chosen mipmap level.classPixmapTextureDataFields in com.badlogic.gdx.graphics.glutils declared as TextureData Modifier and Type Field Description protected TextureData[]FacedCubemapData. dataMethods in com.badlogic.gdx.graphics.glutils that return TextureData Modifier and Type Method Description TextureDataFacedCubemapData. getTextureData(Cubemap.CubemapSide side)Constructors in com.badlogic.gdx.graphics.glutils with parameters of type TextureData Constructor Description FacedCubemapData(TextureData positiveX, TextureData negativeX, TextureData positiveY, TextureData negativeY, TextureData positiveZ, TextureData negativeZ)Construct a Cubemap with the specifiedTextureData's for the sidesMipMapTextureData(TextureData... mipMapData)
-