Swiftgram/LegacyComponents/PGPhotoCustomFilterPass.h
2017-07-28 16:50:06 +03:00

14 lines
496 B
Objective-C

#import "PGPhotoProcessPass.h"
@class TGPhotoEditingContext;
@interface PGPhotoCustomFilterPass : PGPhotoProcessPass
@property (nonatomic, assign) CGFloat intensity;
- (instancetype)initWithShaderFile:(NSString *)shaderFile textureFiles:(NSArray *)textureFiles;
- (instancetype)initWithShaderFile:(NSString *)shaderFile textureFiles:(NSArray *)textureFiles optimized:(bool)optimized;
- (instancetype)initWithShaderString:(NSString *)shaderString textureImages:(NSArray *)textureImages;
@end