2014 snapchat source code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

19 lines
409 B

//
// 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