|
|
|
@ -39,7 +39,6 @@ |
|
|
|
to NaCl's gl2ext.h we are including our own to prevent undeclared symbol |
|
|
|
to NaCl's gl2ext.h we are including our own to prevent undeclared symbol |
|
|
|
errors with some recent extensions. */ |
|
|
|
errors with some recent extensions. */ |
|
|
|
#elif defined(CORRADE_TARGET_NACL) |
|
|
|
#elif defined(CORRADE_TARGET_NACL) |
|
|
|
|
|
|
|
|
|
|
|
/* Enable function prototypes (the supported ones shouldn't fail at link time) */ |
|
|
|
/* Enable function prototypes (the supported ones shouldn't fail at link time) */ |
|
|
|
#define GL_GLEXT_PROTOTYPES |
|
|
|
#define GL_GLEXT_PROTOTYPES |
|
|
|
|
|
|
|
|
|
|
|
|