GLContext.getGlPlatformVersion
void getGlPlatformVersion(out int major, out int minor)Get the version of the OpenGL platform (GLX, EGL, etc) used. Only valid after a call to [gstgl.glcontext.GLContext.create].
Parameters
major | return for the major version |
minor | return for the minor version |