Class GLKTextureLoaderOptions

    • Constructor Detail

      • GLKTextureLoaderOptions

        public GLKTextureLoaderOptions()
    • Method Detail

      • has

        public boolean has​(NSString key)
      • shouldApplyPremultiplication

        @Deprecated
        public boolean shouldApplyPremultiplication()
        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.
      • setShouldApplyPremultiplication

        @Deprecated
        public GLKTextureLoaderOptions setShouldApplyPremultiplication​(boolean shouldApplyPremultiplication)
        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.
      • shouldGenerateMipmaps

        @Deprecated
        public boolean shouldGenerateMipmaps()
        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.
      • setShouldGenerateMipmaps

        @Deprecated
        public GLKTextureLoaderOptions setShouldGenerateMipmaps​(boolean shouldGenerateMipmaps)
        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.
      • isOriginBottomLeft

        @Deprecated
        public boolean isOriginBottomLeft()
        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.
      • setOriginBottomLeft

        @Deprecated
        public GLKTextureLoaderOptions setOriginBottomLeft​(boolean 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.
      • 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)
        Since:
        Available in iOS 7.0 and later.
      • setSRGB

        @Deprecated
        public GLKTextureLoaderOptions setSRGB​(boolean 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.