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

majorreturn for the major version
minorreturn for the minor version