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 d0fddfab84
commit 89131435f8
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"