https://developer.apple.com/library/ios/documentation/GLkit/Reference/GLKTextureLoader_ClassRef/index.html#//apple_ref/doc/uid/TP40010922-CH1-SW21
I'm wondering if this allows to use UIImage without doing any memory allocation and saving CPU<>GPU roundtrip.
also maybe with this approach we could also more efficiently screenshot an UIView.
该提问来源于开源项目:gre/gl-react-native-v2