Class CVOpenGLESTexture

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class CVOpenGLESTexture
    extends CVImageBuffer
    • Constructor Detail

      • CVOpenGLESTexture

        public CVOpenGLESTexture()
    • Method Detail

      • getCleanTexCoords

        public float[] getCleanTexCoords()
        Since:
        Available in iOS 5.0 and later.
      • getClassTypeID

        @Deprecated
        public static long getClassTypeID()
        Deprecated.
        Deprecated in iOS 12.0. OpenGL/OpenGLES is no longer supported. Use Metal APIs instead. (Define COREVIDEO_SILENCE_GL_DEPRECATION to silence these warnings)
        Since:
        Available in iOS 5.0 and later.
      • getTarget

        @Deprecated
        public int getTarget()
        Deprecated.
        Deprecated in iOS 12.0. OpenGL/OpenGLES is no longer supported. Use Metal APIs instead. (Define COREVIDEO_SILENCE_GL_DEPRECATION to silence these warnings)
        Since:
        Available in iOS 5.0 and later.
      • getName

        @Deprecated
        public int getName()
        Deprecated.
        Deprecated in iOS 12.0. OpenGL/OpenGLES is no longer supported. Use Metal APIs instead. (Define COREVIDEO_SILENCE_GL_DEPRECATION to silence these warnings)
        Since:
        Available in iOS 5.0 and later.
      • isFlipped

        @Deprecated
        public boolean isFlipped()
        Deprecated.
        Deprecated in iOS 12.0. OpenGL/OpenGLES is no longer supported. Use Metal APIs instead. (Define COREVIDEO_SILENCE_GL_DEPRECATION to silence these warnings)
        Overrides:
        isFlipped in class CVImageBuffer
        Since:
        Available in iOS 5.0 and later.
      • getCleanTexCoords

        @Deprecated
        protected void getCleanTexCoords​(org.robovm.rt.bro.ptr.FloatPtr lowerLeft,
                                         org.robovm.rt.bro.ptr.FloatPtr lowerRight,
                                         org.robovm.rt.bro.ptr.FloatPtr upperRight,
                                         org.robovm.rt.bro.ptr.FloatPtr upperLeft)
        Deprecated.
        Deprecated in iOS 12.0. OpenGL/OpenGLES is no longer supported. Use Metal APIs instead. (Define COREVIDEO_SILENCE_GL_DEPRECATION to silence these warnings)
        Since:
        Available in iOS 5.0 and later.