STVFShader.h 333 B

1234567891011121314151617181920
  1. //
  2. // STVFShader.h
  3. // SenseMeEffects
  4. //
  5. // Created by Sunshine on 2018/6/15.
  6. // Copyright © 2018 SenseTime. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. FOUNDATION_EXTERN const char * vsh;
  10. FOUNDATION_EXTERN const char * fsh;
  11. NS_ASSUME_NONNULL_BEGIN
  12. @interface STVFShader : NSObject
  13. @end
  14. NS_ASSUME_NONNULL_END