Add OpenGL 4.5 to contextinfo example

Change-Id: I6f6c5b55769fd818aaf94580246952a574124c0d
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
This commit is contained in:
Laszlo Agocs 2015-03-19 21:03:39 +01:00
parent 7715ce9fab
commit 20870dad20

View File

@ -78,7 +78,8 @@ static struct Version versions[] = {
{ "4.1", 4, 1 },
{ "4.2", 4, 2 },
{ "4.3", 4, 3 },
{ "4.4", 4, 4 }
{ "4.4", 4, 4 },
{ "4.5", 4, 5 }
};
struct Profile {