OpenGL ES support for Windows

This commit is contained in:
Gabriel Jacobo
2013-11-22 13:24:53 -03:00
parent 45dbff2ee4
commit 61959aa67b
32 changed files with 6741 additions and 1210 deletions

View File

@@ -45,7 +45,7 @@
static int Android_VideoInit(_THIS);
static void Android_VideoQuit(_THIS);
#include "../SDL_egl.h"
#include "../SDL_egl_c.h"
/* GL functions (SDL_androidgl.c) */
extern SDL_GLContext Android_GLES_CreateContext(_THIS, SDL_Window * window);
extern int Android_GLES_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context);