Tagged Questions
3
votes
1answer
4k views
OpenGL ES 2 on Android: native window
According to OGLES specification, we have the following definition:
EGLSurface eglCreateWindowSurface(EGLDisplay display,
EGLConfig config,
...
0
votes
1answer
892 views
Android device - C++ OpenGL 2: eglCreateWindowSurface invalid
I am trying to debug and run OGLES on Native C++ in my Android device in order to implement a native 3D game for mobile smart phones. The point is that I got an error and see no reason for that. Here ...