diff options
author | Gabriel Jacobo <gabomdq@gmail.com> | 2013-10-10 00:49:57 -0300 |
---|---|---|
committer | Gabriel Jacobo <gabomdq@gmail.com> | 2013-10-10 00:49:57 -0300 |
commit | 8eae84fcf7ba4655a32e8bd831ada98c32099497 (patch) | |
tree | 2e25dec3e801587c2cd41e9bd4075968589acb91 /include/SDL_test_common.h | |
parent | 56d39418a4674db4dd1b7f8ff9763e9d7187785c (diff) |
Adds gl_profile_mask to test framework, uses it in testgles
Diffstat (limited to 'include/SDL_test_common.h')
-rw-r--r-- | include/SDL_test_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SDL_test_common.h b/include/SDL_test_common.h index f07acf7c15..57f31146e5 100644 --- a/include/SDL_test_common.h +++ b/include/SDL_test_common.h @@ -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" |