Does Android run OpenGL es 1.1 or 1.0?

I'm developing a native application for Android. I'm trying to use glisenabled and other functions. It seems that these functions can only be used in OpenGL es 1.1. Google's document claims that NDK 1.6r1 supports OpenGL es v1.1, but the function call fails, "unimplemented open GL es API". If I execute glgetstring (gl_version), I will return "OpenGL es 1.0 cm" as the version

So if 1.1 is available, what do I need to link to get it or what do I need to change to get it?

resolvent:

Android documentation (3D with OpenGL):

I guess it's the same as NDK

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>