Class PFMTextureLoader.PFMTextureParameter

java.lang.Object
com.badlogic.gdx.assets.AssetLoaderParameters<com.badlogic.gdx.graphics.Texture>
com.badlogic.gdx.assets.loaders.TextureLoader.TextureParameter
gaiasky.util.gdx.loader.PFMTextureLoader.PFMTextureParameter
Enclosing class:
PFMTextureLoader

public static class PFMTextureLoader.PFMTextureParameter 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
    int
    Either GL_RGB or GL_FLOAT
    boolean
    Whether to compute the inverse mapping

    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
     
    PFMTextureParameter​(com.badlogic.gdx.assets.loaders.TextureLoader.TextureParameter other)
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • invert

      public boolean invert
      Whether to compute the inverse mapping
    • internalFormat

      public int internalFormat
      Either GL_RGB or GL_FLOAT
  • Constructor Details

    • PFMTextureParameter

      public PFMTextureParameter()
    • PFMTextureParameter

      public PFMTextureParameter(com.badlogic.gdx.assets.loaders.TextureLoader.TextureParameter other)