Package org.robovm.apple.metalps
Class MPSImageCopyToMatrix
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.metalps.MPSKernel
org.robovm.apple.metalps.MPSImageCopyToMatrix
- All Implemented Interfaces:
NSCoding,NSObjectProtocol,NSSecureCoding,ObjCProtocol
public class MPSImageCopyToMatrix extends MPSKernel
- Since:
- Available in iOS 11.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMPSImageCopyToMatrix.MPSImageCopyToMatrixPtrNested classes/interfaces inherited from class org.robovm.apple.metalps.MPSKernel
MPSKernel.MPSKernelPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description MPSImageCopyToMatrix()MPSImageCopyToMatrix(NSCoder coder)MPSImageCopyToMatrix(NSCoder aDecoder, MTLDevice device)protectedMPSImageCopyToMatrix(NSObject.Handle h, long handle)protectedMPSImageCopyToMatrix(NSObject.SkipInit skipInit)MPSImageCopyToMatrix(MTLDevice device)MPSImageCopyToMatrix(MTLDevice device, MPSDataLayout dataLayout) -
Method Summary
Modifier and Type Method Description voidencode(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, MPSMatrix destinationMatrix)voidencode(MTLCommandBuffer commandBuffer, MPSImage sourceImage, MPSMatrix destinationMatrix)MPSDataLayoutgetDataLayout()longgetDestinationMatrixBatchIndex()MTLOrigingetDestinationMatrixOrigin()protected longinit(NSCoder aDecoder, MTLDevice device)protected longinit(MTLDevice device, MPSDataLayout dataLayout)voidsetDestinationMatrixBatchIndex(long v)voidsetDestinationMatrixOrigin(MTLOrigin v)static booleansupportsSecureCoding()Methods inherited from class org.robovm.apple.metalps.MPSKernel
copy, encode, getDevice, getLabel, getOptions, init, init, setLabel, setOptionsMethods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
MPSImageCopyToMatrix
public MPSImageCopyToMatrix() -
MPSImageCopyToMatrix
-
MPSImageCopyToMatrix
-
MPSImageCopyToMatrix
-
MPSImageCopyToMatrix
-
MPSImageCopyToMatrix
-
MPSImageCopyToMatrix
-
-
Method Details
-
getDestinationMatrixOrigin
-
setDestinationMatrixOrigin
-
getDestinationMatrixBatchIndex
public long getDestinationMatrixBatchIndex() -
setDestinationMatrixBatchIndex
public void setDestinationMatrixBatchIndex(long v) -
getDataLayout
-
supportsSecureCoding
public static boolean supportsSecureCoding() -
init
-
init
-
encode
public void encode(MTLCommandBuffer commandBuffer, MPSImage sourceImage, MPSMatrix destinationMatrix) -
encode
public void encode(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, MPSMatrix destinationMatrix)- Since:
- Available in iOS 12.0 and later.
-