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