@protocol MTLTexture; @interface RegPyrFusionResources : NSObject { struct { unsigned long long interimNextShiftMap; unsigned long long nonRefDerivTex; unsigned long long prevShiftMap; unsigned long long shiftMapWeight; unsigned long long refDerivTex; unsigned long long refTextureY[20]; unsigned long long nonRefTextureY[20]; } offsets; id refDerivTex[20]; id refDerivAsU32[20]; id interim[20]; id interimAsU32[20]; id nonRefDerivTex[20]; id prevShiftMap[20]; id prevShiftMapAsRGBA[20]; id nextShiftMap[20]; id shiftMapWeight[20]; id confidenceMap; id prevShiftMapAsU32; id nextShiftMapAsR16; id nextShiftMapAsRG16; id confidenceMapAsRG16; } - (void).cxx_destruct; @end