Uses of Class
org.robovm.apple.metalps.MPSMatrixDescriptor
| Package | Description |
|---|---|
| org.robovm.apple.metalps |
-
Uses of MPSMatrixDescriptor in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MPSMatrixDescriptor Modifier and Type Method Description static MPSMatrixDescriptorMPSMatrixDescriptor. createForDimensions(long rows, long columns, long rowBytes, MPSDataType dataType)Deprecated.Deprecated in iOS 11.0.Methods in org.robovm.apple.metalps with parameters of type MPSMatrixDescriptor Modifier and Type Method Description protected static longMPSTemporaryMatrix. create(MTLCommandBuffer commandBuffer, MPSMatrixDescriptor matrixDescriptor)protected longMPSMatrix. init(MTLBuffer buffer, long offset, MPSMatrixDescriptor descriptor)protected longMPSMatrix. init(MTLBuffer buffer, MPSMatrixDescriptor descriptor)protected longMPSMatrix. init(MTLDevice device, MPSMatrixDescriptor descriptor)Method parameters in org.robovm.apple.metalps with type arguments of type MPSMatrixDescriptor Modifier and Type Method Description static voidMPSTemporaryMatrix. createPrefetchStorage(MTLCommandBuffer commandBuffer, NSArray<MPSMatrixDescriptor> descriptorList)Constructors in org.robovm.apple.metalps with parameters of type MPSMatrixDescriptor Constructor Description MPSMatrix(MTLBuffer buffer, long offset, MPSMatrixDescriptor descriptor)MPSMatrix(MTLBuffer buffer, MPSMatrixDescriptor descriptor)MPSMatrix(MTLDevice device, MPSMatrixDescriptor descriptor)MPSTemporaryMatrix(MTLBuffer buffer, long offset, MPSMatrixDescriptor descriptor)MPSTemporaryMatrix(MTLCommandBuffer commandBuffer, MPSMatrixDescriptor matrixDescriptor)MPSTemporaryMatrix(MTLDevice device, MPSMatrixDescriptor descriptor)