Adds gl_profile_mask to test framework, uses it in testgles
This commit is contained in:
parent
f67950da0c
commit
c51c4c0733
3 changed files with 5 additions and 2 deletions
|
@ -108,6 +108,7 @@ typedef struct
|
|||
int gl_major_version;
|
||||
int gl_minor_version;
|
||||
int gl_debug;
|
||||
int gl_profile_mask;
|
||||
} SDLTest_CommonState;
|
||||
|
||||
#include "begin_code.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue