Adds gl_profile_mask to test framework, uses it in testgles

This commit is contained in:
Gabriel Jacobo 2013-10-10 00:49:57 -03:00
parent f67950da0c
commit c51c4c0733
3 changed files with 5 additions and 2 deletions

View file

@ -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"