LenzCommon.h 253 B

1234567891011121314151617
  1. //
  2. // ShaderCommon.h
  3. // LenzCameraNativeModuleForRN
  4. //
  5. // Created by 王昭威 on 2023/1/26.
  6. //
  7. #ifndef Common_h
  8. #define Common_h
  9. #import <simd/simd.h>
  10. typedef enum {
  11. CameraCapturedTexture,
  12. } TextureBufferIndices;
  13. #endif /* ShaderCommon_h */