Class GLKTextureInfo

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

@Deprecated
public class GLKTextureInfo
extends NSObject
Deprecated.
Deprecated in iOS 12.0. OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings)
  • Constructor Details

    • GLKTextureInfo

      public GLKTextureInfo()
      Deprecated.
    • GLKTextureInfo

      protected GLKTextureInfo​(NSObject.Handle h, long handle)
      Deprecated.
    • GLKTextureInfo

      protected GLKTextureInfo​(NSObject.SkipInit skipInit)
      Deprecated.
  • Method Details

    • getName

      public int getName()
      Deprecated.
    • getTarget

      public int getTarget()
      Deprecated.
    • getWidth

      public int getWidth()
      Deprecated.
    • getHeight

      public int getHeight()
      Deprecated.
    • getDepth

      public int getDepth()
      Deprecated.
    • getAlphaState

      public GLKTextureInfoAlphaState getAlphaState()
      Deprecated.
    • getTextureOrigin

      public GLKTextureInfoOrigin getTextureOrigin()
      Deprecated.
    • containsMipmaps

      public boolean containsMipmaps()
      Deprecated.
    • getMimapLevelCount

      public int getMimapLevelCount()
      Deprecated.
    • getArrayLength

      public int getArrayLength()
      Deprecated.