Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - glGetString(GL_VERSION) do not conforms to OpenGL ES 1.0 specification !: Page 1 of 4 (4 Items)
   
glGetString(GL_VERSION) do not conforms to OpenGL ES 1.0 specification !  
OpenGL ES 1.0 specification says:

The GL VERSION string begins with a version number. The version number uses one of these forms:
major number.minor number
major number.minor number.release number
Vendor-specific information may follow the version number. Its depends on the implementation, but a space always 
separates the version number and the vendorspecific information.

What we get in QNX:
Vendor     : QNX Software Systems
Renderer   : Unaccelerated 3D module
Version    : OpenGL ES-CM 1.0
Extensions : GL_OES_compressed_paletted_texture GL_OES_vertex_buffer_object GL_OES_query_matrix GL_OES_read_format

Version string must be: 1.0 OpenGL ES-CM !