(10-31-2016, 03:56 AM)belegdol Wrote: On the other hand, I have noticed that windows uses OpenGL 4.5.0 while Linux uses 4.0.0,
Known "issue". nvidia returns the version string we've asked for. On windows, we ask for a compatible context, so we just get the newest. On linux, we ask for a 4.0 forward-compatible core context, but the string is just 4.0.
But this has no impact on the performance. We still use all extensions
