GL import code cleanup. Added ability to load GLES library dynamically.

This commit is contained in:
Branimir Karadžić
2014-02-18 23:36:13 -08:00
parent c6f5fa3b25
commit db735f5ff6
9 changed files with 377 additions and 238 deletions

View File

@@ -12,8 +12,7 @@
namespace bgfx
{
# define GL_IMPORT(_optional, _proto, _func, _import) _proto _func
# include "glimports.h"
# undef GL_IMPORT
# include "glimports.h"
void naclSwapCompleteCb(void* /*_data*/, int32_t /*_result*/);