Class CVMetalTexture

All Implemented Interfaces:
AutoCloseable

public class CVMetalTexture
extends CVImageBuffer
  • Constructor Details

    • CVMetalTexture

      public CVMetalTexture()
  • Method Details

    • getCleanTexCoords

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

      public static CFString textureUsage()
      Since:
      Available in iOS 11.0 and later.
    • storageMode

      public static CFString storageMode()
      Since:
      Available in iOS 13.0 and later.
    • getClassTypeID

      public static long getClassTypeID()
    • getTexture

      public MTLTexture getTexture()
    • isFlipped

      public boolean isFlipped()
      Overrides:
      isFlipped in class CVImageBuffer
    • getCleanTexCoords

      protected void getCleanTexCoords​(FloatPtr lowerLeft, FloatPtr lowerRight, FloatPtr upperRight, FloatPtr upperLeft)