Package org.robovm.apple.corevideo
Class CVMetalTexture
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.corevideo.CVBuffer
org.robovm.apple.corevideo.CVImageBuffer
org.robovm.apple.corevideo.CVMetalTexture
- All Implemented Interfaces:
AutoCloseable
public class CVMetalTexture extends CVImageBuffer
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCVMetalTexture.CVMetalTexturePtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Constructor Description CVMetalTexture() -
Method Summary
Modifier and Type Method Description static longgetClassTypeID()float[]getCleanTexCoords()protected voidgetCleanTexCoords(FloatPtr lowerLeft, FloatPtr lowerRight, FloatPtr upperRight, FloatPtr upperLeft)MTLTexturegetTexture()booleanisFlipped()static CFStringstorageMode()static CFStringtextureUsage()Methods inherited from class org.robovm.apple.corevideo.CVImageBuffer
createColorSpaceFromAttachments, getAttribute, getAttributeMode, getAttributes, getCleanRect, getDisplaySize, getEncodedSize, intCodePointToStringCVColorPrimaries, intCodePointToStringCVTransferFunction, intCodePointToStringCVYCbCrMatrix, propagateAttributes, removeAllAttributes, removeAttribute, setAttribute, setAttributes, toIntCodePointCVColorPrimaries, toIntCodePointCVTransferFunction, toIntCodePointCVYCbCrMatrixMethods inherited from class org.robovm.apple.corevideo.CVBuffer
copyAttachment, copyAttachments, getAttachment, getAttachment, getAttachmentMode, getAttachments, hasAttachment, propagateAttachments, removeAllAttachments, removeAttachment, setAttachment, setAttachmentsMethods inherited from class org.robovm.apple.corefoundation.CFType
autorelease, close, dispose, dispose, doDispose, equalsTo, finalize, getAllocator, getDescription, getRetainCount, getTypeID, getTypeIDDescription, hash, makeCollectable, release, release, retain, retain, show, toString
-
Constructor Details
-
CVMetalTexture
public CVMetalTexture()
-
-
Method Details
-
getCleanTexCoords
public float[] getCleanTexCoords()- Since:
- Available in iOS 8.0 and later.
-
textureUsage
- Since:
- Available in iOS 11.0 and later.
-
storageMode
- Since:
- Available in iOS 13.0 and later.
-
getClassTypeID
public static long getClassTypeID() -
getTexture
-
isFlipped
public boolean isFlipped()- Overrides:
isFlippedin classCVImageBuffer
-
getCleanTexCoords
-