summaryrefslogtreecommitdiff
path: root/include/SDL_test_common.h
diff options
context:
space:
mode:
authorGabriel Jacobo <gabomdq@gmail.com>2013-10-10 00:49:57 -0300
committerGabriel Jacobo <gabomdq@gmail.com>2013-10-10 00:49:57 -0300
commit8eae84fcf7ba4655a32e8bd831ada98c32099497 (patch)
tree2e25dec3e801587c2cd41e9bd4075968589acb91 /include/SDL_test_common.h
parent56d39418a4674db4dd1b7f8ff9763e9d7187785c (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.h1
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"