|  | 
                    glGetString(GL_VERSION) do not conforms to OpenGL ES 1.0 specification !
                     | 
          
        
        
        
         
        
        
        
         
            
              | 03/23/2009 1:42 AM post24960 | 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 !
 | 
            
              |  | 
          
            
              |  |