Class CVOpenGLESTexture

All Implemented Interfaces:
AutoCloseable

public class CVOpenGLESTexture
extends CVImageBuffer
  • Constructor Details

  • Method Details

    • 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)
    • 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)
    • 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)
    • 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
    • getCleanTexCoords

      @Deprecated protected void getCleanTexCoords​(FloatPtr lowerLeft, FloatPtr lowerRight, FloatPtr upperRight, 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)