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

22 lines
445 B
Objective-C

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