I ran my OpenGL ES 2.0 sample app (which runs on fine on iOS devices) on HTC Desire HD (2.3.3), and I'm getting tons of the following messages in LogCat.
Called unimplemented OpenGL ES API
The error is even generated when I use glBindFramebuffer
. I used glBindFramebufferOES
in OpenGL ES 1.0, and it worked fine. As far as I know Framebuffers are included as a non-extension in OpenGL ES 2.0.
Why am I getting this error? It is stated that my device has an OpenGL ES 2.0 driver. Is this a device specific bug?