Class EAGLContext

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

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

  • Method Details

    • getAPI

      public EAGLRenderingAPI getAPI()
      Deprecated.
    • getSharegroup

      public EAGLSharegroup getSharegroup()
      Deprecated.
    • getDebugLabel

      public String getDebugLabel()
      Deprecated.
    • setDebugLabel

      public void setDebugLabel​(String v)
      Deprecated.
    • isMultiThreaded

      public boolean isMultiThreaded()
      Deprecated.
    • setMultiThreaded

      public void setMultiThreaded​(boolean v)
      Deprecated.
    • init

      protected long init​(EAGLRenderingAPI api)
      Deprecated.
    • init

      protected long init​(EAGLRenderingAPI api, EAGLSharegroup sharegroup)
      Deprecated.
    • setCurrentContext

      public static boolean setCurrentContext​(EAGLContext context)
      Deprecated.
    • getCurrentContext

      public static EAGLContext getCurrentContext()
      Deprecated.
    • renderbufferStorage

      public boolean renderbufferStorage​(long target, EAGLDrawable drawable)
      Deprecated.
    • presentRenderbuffer

      public boolean presentRenderbuffer​(long target)
      Deprecated.
    • presentRenderbuffer

      public boolean presentRenderbuffer​(long target, double presentationTime)
      Deprecated.
    • presentRenderbufferAfterMinDuration

      public boolean presentRenderbufferAfterMinDuration​(long target, double duration)
      Deprecated.