googlevr / gvr-ios-sdk

Google VR SDK for iOS
http://developers.google.com/vr/ios/
Other
645 stars 191 forks source link

Expose EAGLContext context to use in a sharegroup #256

Closed drinkius closed 7 years ago

drinkius commented 7 years ago

In our application we need to process graphics from different threads and to do so without rendering lags we'd need to create a context sharegroup for which we'd need GVR context to be exposed outside the library. Is it possible to do so in the upcoming releases?

What we are trying to do is basically described here:

https://developer.apple.com/library/content/qa/qa1612/_index.html

sanjayc77 commented 7 years ago

This is something we are looking into. Stay tuned.