GLContext.getGlPlatformVersion

Get the version of the OpenGL platform (GLX, EGL, etc) used. Only valid after a call to gstgl.glcontext.GLContext.create.

class GLContext
void
getGlPlatformVersion
(
out int major
,
out int minor
)

Parameters

major int

return for the major version

minor int

return for the minor version