We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Is this not the correct approach to asynchronous texture loading on Android?
Hi cgrant78,
I would just add that EGLImage is useful for more than just asynchronous upload, for example making image data available to GLES from external sources such as a camera, so its inclusion in the SDK doesn't depend only on its relevance to uploading textures asynchronously.
Hope this helps,
Chris
Ah..yeah..thanks Chris..I did overlook the other aspects of EGLImage.