MPSMatrixCopyDescriptor(3) | MetalPerformanceShaders.framework | MPSMatrixCopyDescriptor(3) |
MPSMatrixCopyDescriptor
#import <MPSMatrixCombination.h>
Inherits NSObject.
(nonnull instancetype) - initWithDevice:count:
(void) -
setCopyOperationAtIndex:sourceMatrix:destinationMatrix:offsets:
(nonnull instancetype) -
initWithSourceMatrices:destinationMatrices:offsetVector:offset:
(nonnull instancetype) - init
(nonnull instancetype) +
descriptorWithSourceMatrix:destinationMatrix:offsets:
convenience allocator for single copies
initialize a MPSMatrixCopyDescriptor with default values. Use -setCopyOperationAtIndex:sourceMatrix:destinationMatrix:copyOffsets to initialize. All indices must be initialized before use.
Parameters:
Returns:
Initialize a MPSMatrixCopyDescriptor using offsets generated on the GPU Use this method when the offsets needed are coming from GPU based computation.
Parameters:
Returns:
Initialize a MPSMatrixCopyDescriptor using offsets generated on the CPU This is for one at a time intialization of the copy operations
Parameters:
Generated automatically by Doxygen for MetalPerformanceShaders.framework from the source code.
Mon Jul 9 2018 | Version MetalPerformanceShaders-119.3 |