1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
Source-SnapChatCamera/ManagedCapturer/ImageProcessing/SCNightModeEnhancementMetalRenderCommand.h
2018-08-08 02:23:44 +03:00

20 lines
409 B
Objective-C

//
// SCNightModeEnhancementMetalRenderCommand.h
// Snapchat
//
// Created by Chao Pang on 12/21/17.
//
#import "SCMetalModule.h"
#import <Foundation/Foundation.h>
/*
Prepares the command buffer for the SCNightModeEnhancementMetalModule.metal.
*/
@interface SCNightModeEnhancementMetalRenderCommand : SCMetalModule <SCMetalRenderCommand>
@property (nonatomic, readonly) NSString *functionName;
@end