Updated signature of initializer in MPPMask
This commit is contained in:
parent
2cdb291e54
commit
c8f85ac060
|
@ -93,8 +93,7 @@ NS_SWIFT_NAME(Mask)
|
||||||
*/
|
*/
|
||||||
- (nullable instancetype)initWithFloat32Data:(const float *)float32Data
|
- (nullable instancetype)initWithFloat32Data:(const float *)float32Data
|
||||||
width:(NSInteger)width
|
width:(NSInteger)width
|
||||||
height:(NSInteger)height
|
height:(NSInteger)height NS_DESIGNATED_INITIALIZER;
|
||||||
error:(NSError **)error NS_DESIGNATED_INITIALIZER;
|
|
||||||
|
|
||||||
|
|
||||||
// TODO: Add methods for CVPixelBuffer conversion.
|
// TODO: Add methods for CVPixelBuffer conversion.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user