MPSImageReduceColumnSum(3) MetalPerformanceShaders.framework MPSImageReduceColumnSum(3)

MPSImageReduceColumnSum

#import <MPSImageReduce.h>

Inherits MPSImageReduceUnary.


(nonnull instancetype) - initWithDevice:

The MPSImageReduceColumnSum performs a reduction operation returning the sum for each column of an image

- (nonnull instancetype) initWithDevice: (nonnull id< MTLDevice >) device

Specifies information to apply the reduction operation on an image.

Parameters:

device The device the filter will run on

Returns:

A valid MPSImageReduce object or nil, if failure.

Reimplemented from MPSImageReduceUnary.

Generated automatically by Doxygen for MetalPerformanceShaders.framework from the source code.

Mon Jul 9 2018 Version MetalPerformanceShaders-119.3