Uses of Class
org.robovm.apple.metalps.MPSNDArrayDescriptor
| Package | Description |
|---|---|
| org.robovm.apple.metalps |
-
Uses of MPSNDArrayDescriptor in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MPSNDArrayDescriptor Modifier and Type Method Description MPSNDArrayDescriptorMPSNDArray. descriptor()MPSNDArrayDescriptorMPSNDArrayMultiaryBase. getDestinationArrayDescriptor(NSArray<MPSNDArray> sources, MPSState state)Methods in org.robovm.apple.metalps with parameters of type MPSNDArrayDescriptor Modifier and Type Method Description protected static longMPSTemporaryNDArray. create(MTLCommandBuffer commandBuffer, MPSNDArrayDescriptor descriptor)MPSNDArrayMPSNDArray. createArrayView(MTLCommandBuffer cmdBuf, MPSNDArrayDescriptor descriptor, MPSAliasingStrategy aliasing)MPSNDArrayMPSNDArrayAllocator. getArrayForCommandBuffer(MTLCommandBuffer cmdBuf, MPSNDArrayDescriptor descriptor, MPSKernel kernel)MPSNDArrayMPSNDArrayAllocatorAdapter. getArrayForCommandBuffer(MTLCommandBuffer cmdBuf, MPSNDArrayDescriptor descriptor, MPSKernel kernel)protected longMPSNDArray. init(MTLDevice device, MPSNDArrayDescriptor descriptor)Constructors in org.robovm.apple.metalps with parameters of type MPSNDArrayDescriptor Constructor Description MPSNDArray(MTLDevice device, MPSNDArrayDescriptor descriptor)MPSTemporaryNDArray(MTLCommandBuffer commandBuffer, MPSNDArrayDescriptor descriptor)