Class CVMetalTexture

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class CVMetalTexture
    extends CVImageBuffer
    • Constructor Detail

      • CVMetalTexture

        public CVMetalTexture()
    • Method Detail

      • 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.
      • getClassTypeID

        public static long getClassTypeID()
        Since:
        Available in iOS 8.0 and later.
      • getTexture

        public MTLTexture getTexture()
        Since:
        Available in iOS 8.0 and later.
      • isFlipped

        public boolean isFlipped()
        Overrides:
        isFlipped in class CVImageBuffer
        Since:
        Available in iOS 8.0 and later.
      • getCleanTexCoords

        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)
        Since:
        Available in iOS 8.0 and later.