tags:

views:

9

answers:

0

In order to obtain a 'window' arg to use in EGL.eglMakeCurrent, I have to obtain that 'window' value returned by EGL.eglCreateWindowSurface(display, config, native_window, attrib_list). My question is: what is native_window, and where do I obtain that from?

Thanks for any help.