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

  1. //
  2. // SCNightModeEnhancementMetalRenderCommand.h
  3. // Snapchat
  4. //
  5. // Created by Chao Pang on 12/21/17.
  6. //
  7. #import "SCMetalModule.h"
  8. #import <Foundation/Foundation.h>
  9. /*
  10. Prepares the command buffer for the SCNightModeEnhancementMetalModule.metal.
  11. */
  12. @interface SCNightModeEnhancementMetalRenderCommand : SCMetalModule <SCMetalRenderCommand>
  13. @property (nonatomic, readonly) NSString *functionName;
  14. @end