I am using ARM GLES3.0 emulator. I have NVIDIA GeForce 8400 GS which supports OpenGL 3.3. My problem is, though eglMakeCurrent succeeds it leaves following message on console even simple Cube example - "FATAL GL_ARB_transform_feedback2 extension is required but not detected. Your GLES3.0 application will crash if you attempt to resume a transform feed-back operation! "
What is this message for? Can I avoid outputing it on Console? Is there any issue with my card supporting GLES30 emulator?