What is glEGLImageTargetTexture2DOES(

Hi.

I found “glEGLImageTargetTexture2DOES” in glext.h in SDK.
But I could’t find information about “glEGLImageTargetTexture2DOES”.
I tried to search in Web, but could’t find.

What is “glEGLImageTargetTexture2DOES”?

Regards.


As the comment above the declaration should tell you, it’s part of the extension GL_OES_EGL_image.





Extension documentation, if not part of our SDK documentation, can usually be found in the Khronos OpenGL ES Registry, here:


http://www.khronos.org/registry/gles/


For this specific extension:


http://www.khronos.org/registry/gles/extensions/OES/OES_EGL_image.txt

Thank you for your reply.

I found EGLImage’s documents in KHRONOS’s Homepage.
I will read EGLImage’s documents.

Thank you.

Regards.