Class 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 internalFormat
      Either GL_RGB or GL_FLOAT
      boolean invert
      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
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • invert

        public boolean invert
        Whether to compute the inverse mapping
      • internalFormat

        public int internalFormat
        Either GL_RGB or GL_FLOAT
    • Constructor Detail

      • PFMTextureParameter

        public PFMTextureParameter()
      • PFMTextureParameter

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