1234567891011121314151617 |
- //
- // ShaderCommon.h
- // LenzCameraNativeModuleForRN
- //
- // Created by 王昭威 on 2023/1/26.
- //
- #ifndef Common_h
- #define Common_h
- #import <simd/simd.h>
- typedef enum {
- CameraCapturedTexture,
- } TextureBufferIndices;
- #endif /* ShaderCommon_h */
|