06-21-2012 02:27 PM
Is there a list of which OpenGL ES 1.1 extensions are supported by the BlackBerry NDK?
I'm getting GL errors at runtime in my ported code but they can be a pain to track down; it'd be easier if I just knew which extensions worked and which didn't.
Thanks,
Dan.
06-21-2012 10:02 PM
Hi Dan,
The output of printf( "%s\n", glGetString(GL_EXTENSIONS) ); should list you which extensions are available.
Kind regards,
Stephane