Variable Platform.multisamples

OpenGL multisamples amount.

class Platform
{
  // ...
  int multisamples = 0;
  // ...
}

Note

0, 2, 4, 8, or 16 are accepted.

TODO

Not supported on Linux