Class GLKTextureLoaderOptions.Keys

  • Enclosing class:
    GLKTextureLoaderOptions

    public static class GLKTextureLoaderOptions.Keys
    extends java.lang.Object
    • Constructor Detail

      • Keys

        public Keys()
    • Method Detail

      • ApplyPremultiplication

        @Deprecated
        public static NSString ApplyPremultiplication()
        Deprecated.
        Deprecated in iOS 12.0. OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings)
        Since:
        Available in iOS 5.0 and later.
      • GenerateMipmaps

        @Deprecated
        public static NSString GenerateMipmaps()
        Deprecated.
        Deprecated in iOS 12.0. OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings)
        Since:
        Available in iOS 5.0 and later.
      • OriginBottomLeft

        @Deprecated
        public static NSString OriginBottomLeft()
        Deprecated.
        Deprecated in iOS 12.0. OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings)
        Since:
        Available in iOS 5.0 and later.
      • GrayscaleAsAlpha

        public static NSString GrayscaleAsAlpha()
      • SRGB

        @Deprecated
        public static NSString SRGB()
        Deprecated.
        Deprecated in iOS 12.0. OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings)
        Since:
        Available in iOS 7.0 and later.