Class EAGLContext

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    @Deprecated
    public class EAGLContext
    extends NSObject
    Deprecated.
    Deprecated in iOS 12.0. OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings)
    Since:
    Available in iOS 2.0 and later.
    • Method Detail

      • getDebugLabel

        public java.lang.String getDebugLabel()
        Deprecated.
        Since:
        Available in iOS 6.0 and later.
      • setDebugLabel

        public void setDebugLabel​(java.lang.String v)
        Deprecated.
        Since:
        Available in iOS 6.0 and later.
      • isMultiThreaded

        public boolean isMultiThreaded()
        Deprecated.
        Since:
        Available in iOS 7.1 and later.
      • setMultiThreaded

        public void setMultiThreaded​(boolean v)
        Deprecated.
        Since:
        Available in iOS 7.1 and later.
      • 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.