Can anyone suggest how start learning Open GL implementation in pure C++ in a NativeActivity in Android NDK without using jni.
I have tried running the sample NativeActivity
that comes with the NDK setup, but I am not able to run it. Giving error
Type 'EGL_DEFAULT_DISPLAY' could not be resolved
Can anyone suggest how to resolve this error.