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