I am working on a NDK project and I had to support API 19 and I migrated from 2.0 to 3.0 OpenGL ES for need graphical applicaiton needs and now I am getting an error drawing to the screen with GL_TEXTURE_2D
instead of GL_TEXTURE_EXTERNAL_OES
I have not found anywhere saying GL_TEXTURE_EXTERNAL_OES
is not supported in 3.0 yet I get an error when trying to compile and nothing is displaying with GL_TEXTURE_2D