Package gaiasky.util.gdx.loader
Class OwnTextureLoader.OwnTextureParameter
java.lang.Object
com.badlogic.gdx.assets.AssetLoaderParameters<com.badlogic.gdx.graphics.Texture>
com.badlogic.gdx.assets.loaders.TextureLoader.TextureParameter
gaiasky.util.gdx.loader.OwnTextureLoader.OwnTextureParameter
- Direct Known Subclasses:
PFMTextureLoader.PFMTextureParameter
- Enclosing class:
OwnTextureLoader
public static class OwnTextureLoader.OwnTextureParameter
extends com.badlogic.gdx.assets.loaders.TextureLoader.TextureParameter
-
Nested Class Summary
Nested classes/interfaces inherited from class com.badlogic.gdx.assets.AssetLoaderParameters
com.badlogic.gdx.assets.AssetLoaderParameters.LoadedCallback
-
Field Summary
Modifier and TypeFieldDescriptionboolean
Create a pixmap-backed texture which can be modified programmatically in the CPU.Fields inherited from class com.badlogic.gdx.assets.loaders.TextureLoader.TextureParameter
format, genMipMaps, magFilter, minFilter, texture, textureData, wrapU, wrapV
Fields inherited from class com.badlogic.gdx.assets.AssetLoaderParameters
loadedCallback
-
Constructor Summary
-
Method Summary
-
Field Details
-
pixmapBacked
public boolean pixmapBackedCreate a pixmap-backed texture which can be modified programmatically in the CPU. Warning, slow!
-
-
Constructor Details
-
OwnTextureParameter
public OwnTextureParameter()
-