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/SCDepthBlurMetalRenderCommand.h
2018-08-08 02:23:44 +03:00

22 lines
420 B
Objective-C

//
// SCDepthBlurMetalRenderCommand.h
// Snapchat
//
// Created by Brian Ng on 11/8/17.
//
//
#import "SCMetalModule.h"
#import <Foundation/Foundation.h>
/*
@class SCDepthBlurMetalRenderCommand
Prepares the command buffer for the SCDepthBlurMetalModule.metal shader.
*/
@interface SCDepthBlurMetalRenderCommand : NSObject <SCMetalRenderCommand>
@property (nonatomic, readonly) NSString *functionName;
@end