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

    Fields
    Modifier and Type
    Field
    Description
    boolean
    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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • pixmapBacked

      public boolean pixmapBacked
      Create a pixmap-backed texture which can be modified programmatically in the CPU. Warning, slow!
  • Constructor Details

    • OwnTextureParameter

      public OwnTextureParameter()