1234567891011121314151617181920 |
- //
- // STVFShader.h
- // SenseMeEffects
- //
- // Created by Sunshine on 2018/6/15.
- // Copyright © 2018 SenseTime. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- FOUNDATION_EXTERN const char * vsh;
- FOUNDATION_EXTERN const char * fsh;
- NS_ASSUME_NONNULL_BEGIN
- @interface STVFShader : NSObject
- @end
- NS_ASSUME_NONNULL_END
|