Variable Platform.GLVersionMinor

OpenGL context minor version.

class Platform
{
  // ...
  int GLVersionMinor = 2;
  // ...
}

Note

if the version is invalid or not supported, this value will be set to supported one.