Add OpenGL 4.5 to contextinfo example
Change-Id: I6f6c5b55769fd818aaf94580246952a574124c0d Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
This commit is contained in:
parent
7715ce9fab
commit
20870dad20
@ -78,7 +78,8 @@ static struct Version versions[] = {
|
|||||||
{ "4.1", 4, 1 },
|
{ "4.1", 4, 1 },
|
||||||
{ "4.2", 4, 2 },
|
{ "4.2", 4, 2 },
|
||||||
{ "4.3", 4, 3 },
|
{ "4.3", 4, 3 },
|
||||||
{ "4.4", 4, 4 }
|
{ "4.4", 4, 4 },
|
||||||
|
{ "4.5", 4, 5 }
|
||||||
};
|
};
|
||||||
|
|
||||||
struct Profile {
|
struct Profile {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user