Fixed context version number
This commit is contained in:
parent
b0639cfd3c
commit
7530ca87a0
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ static int vAttributes[] = {
|
|||
|
||||
static int cAttributes[] = {
|
||||
GLX_CONTEXT_MAJOR_VERSION_ARB , 4 ,
|
||||
GLX_CONTEXT_MINOR_VERSION_ARB , 2 ,
|
||||
GLX_CONTEXT_MINOR_VERSION_ARB , 1 ,
|
||||
GLX_CONTEXT_PROFILE_MASK_ARB ,
|
||||
GLX_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB ,
|
||||
0
|
||||
|
|
Reference in a new issue