Uses of Class
org.robovm.apple.metalps.MPSVectorDescriptor
| Package | Description |
|---|---|
| org.robovm.apple.metalps |
-
Uses of MPSVectorDescriptor in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps with parameters of type MPSVectorDescriptor Modifier and Type Method Description protected static longMPSTemporaryVector. create(MTLCommandBuffer commandBuffer, MPSVectorDescriptor descriptor)protected longMPSVector. init(MTLBuffer buffer, long offset, MPSVectorDescriptor descriptor)protected longMPSVector. init(MTLBuffer buffer, MPSVectorDescriptor descriptor)protected longMPSVector. init(MTLDevice device, MPSVectorDescriptor descriptor)Method parameters in org.robovm.apple.metalps with type arguments of type MPSVectorDescriptor Modifier and Type Method Description static voidMPSTemporaryVector. createPrefetchStorage(MTLCommandBuffer commandBuffer, NSArray<MPSVectorDescriptor> descriptorList)Constructors in org.robovm.apple.metalps with parameters of type MPSVectorDescriptor Constructor Description MPSTemporaryVector(MTLBuffer buffer, long offset, MPSVectorDescriptor descriptor)MPSTemporaryVector(MTLCommandBuffer commandBuffer, MPSVectorDescriptor descriptor)MPSTemporaryVector(MTLDevice device, MPSVectorDescriptor descriptor)MPSVector(MTLBuffer buffer, long offset, MPSVectorDescriptor descriptor)MPSVector(MTLBuffer buffer, MPSVectorDescriptor descriptor)MPSVector(MTLDevice device, MPSVectorDescriptor descriptor)