Class GLKTextureLoaderOptions

java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.glkit.GLKTextureLoaderOptions

public class GLKTextureLoaderOptions
extends NSDictionaryWrapper
  • Constructor Details

    • GLKTextureLoaderOptions

      public GLKTextureLoaderOptions()
  • Method Details

    • has

      public boolean has​(NSString key)
    • get

      public NSObject get​(NSString key)
    • set

      public GLKTextureLoaderOptions set​(NSString key, NSObject value)
    • shouldApplyPremultiplication

      public boolean shouldApplyPremultiplication()
    • setShouldApplyPremultiplication

      public GLKTextureLoaderOptions setShouldApplyPremultiplication​(boolean shouldApplyPremultiplication)
    • shouldGenerateMipmaps

      public boolean shouldGenerateMipmaps()
    • setShouldGenerateMipmaps

      public GLKTextureLoaderOptions setShouldGenerateMipmaps​(boolean shouldGenerateMipmaps)
    • isOriginBottomLeft

      public boolean isOriginBottomLeft()
    • setOriginBottomLeft

      public GLKTextureLoaderOptions setOriginBottomLeft​(boolean originBottomLeft)
    • shouldTreatGrayscaleAsAlpha

      public boolean shouldTreatGrayscaleAsAlpha()
    • setShouldTreatGrayscaleAsAlpha

      public GLKTextureLoaderOptions setShouldTreatGrayscaleAsAlpha​(boolean shouldTreatGrayscaleAsAlpha)
    • isSRGB

      @Deprecated public boolean isSRGB()
      Deprecated.
      Deprecated in iOS 12.0. OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings)
    • setSRGB

      @Deprecated public GLKTextureLoaderOptions setSRGB​(boolean sRGB)
      Deprecated.
      Deprecated in iOS 12.0. OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings)