GLContext.getVersion
void getVersion(out int major, out int minor)Retrieves the OpenGL version of the context.
The context must be realized prior to calling this function.
Parameters
major | return location for the major version |
minor | return location for the minor version |