Re: [E-devel] Getting a snapshot of a window when using openGL

2012-11-21 Thread The Rasterman
On Wed, 21 Nov 2012 15:33:18 -0500 yael aharon said: > Hello, > I need to grab a snapshot of a window, which was created using openGL. > evas_object_image_data_get returns NULL, since I am using a native surface > in the window, and I could not find an equivalent for glGetTexImage in > Evas_GL.h

Re: [E-devel] Getting a snapshot of a window when using openGL

2012-11-21 Thread yael aharon
Hello, I need to grab a snapshot of a window, which was created using openGL. evas_object_image_data_get returns NULL, since I am using a native surface in the window, and I could not find an equivalent for glGetTexImage in Evas_GL.h . Is there a way for me to get the image, either directly from t