SFML community forums
General => General discussions => Topic started by: Njifra on March 21, 2014, 12:56:38 am
-
Title says everything.
I want to know what version of OpenGL does SFML uses.
:D
-
By default 2.x something, but with the right code you can use any newer version. :D
-
If I understand the code correctly, you can get the version your window is using with this (http://www.sfml-dev.org/documentation/2.0/structsf_1_1ContextSettings.php#details). majorVersion and minorVersion specifically.