zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_bopengl.h File Reference
#include "../SDL_sysvideo.h"

Go to the source code of this file.

Functions

SDL_GLContext BE_GL_CreateContext (_THIS, SDL_Window *window)
 
void BE_GL_DeleteContext (_THIS, SDL_GLContext context)
 
voidBE_GL_GetProcAddress (_THIS, const char *proc)
 
int BE_GL_GetSwapInterval (_THIS)
 
int BE_GL_LoadLibrary (_THIS, const char *path)
 
int BE_GL_MakeCurrent (_THIS, SDL_Window *window, SDL_GLContext context)
 
void BE_GL_RebootContexts (_THIS)
 
int BE_GL_SetSwapInterval (_THIS, int interval)
 
void BE_GL_SwapWindow (_THIS, SDL_Window *window)
 
void BE_GL_UnloadLibrary (_THIS)
 

Function Documentation

SDL_GLContext BE_GL_CreateContext ( _THIS  ,
SDL_Window window 
)
void BE_GL_DeleteContext ( _THIS  ,
SDL_GLContext  context 
)
void* BE_GL_GetProcAddress ( _THIS  ,
const char *  proc 
)
int BE_GL_GetSwapInterval ( _THIS  )
int BE_GL_LoadLibrary ( _THIS  ,
const char *  path 
)
int BE_GL_MakeCurrent ( _THIS  ,
SDL_Window window,
SDL_GLContext  context 
)
void BE_GL_RebootContexts ( _THIS  )
int BE_GL_SetSwapInterval ( _THIS  ,
int  interval 
)
void BE_GL_SwapWindow ( _THIS  ,
SDL_Window window 
)
void BE_GL_UnloadLibrary ( _THIS  )