|
SDL
2.0
|
Include dependency graph for SDL_miropengl.h:Go to the source code of this file.
Macros | |
| #define | MIR_GL_DeleteContext SDL_EGL_DeleteContext |
| #define | MIR_GL_GetSwapInterval SDL_EGL_GetSwapInterval |
| #define | MIR_GL_SetSwapInterval SDL_EGL_SetSwapInterval |
Functions | |
| void | MIR_GL_SwapWindow (_THIS, SDL_Window *window) |
| int | MIR_GL_MakeCurrent (_THIS, SDL_Window *window, SDL_GLContext context) |
| SDL_GLContext | MIR_GL_CreateContext (_THIS, SDL_Window *window) |
| int | MIR_GL_LoadLibrary (_THIS, const char *path) |
| void | MIR_GL_UnloadLibrary (_THIS) |
| void * | MIR_GL_GetProcAddress (_THIS, const char *proc) |
| #define MIR_GL_DeleteContext SDL_EGL_DeleteContext |
Definition at line 33 of file SDL_miropengl.h.
| #define MIR_GL_GetSwapInterval SDL_EGL_GetSwapInterval |
Definition at line 34 of file SDL_miropengl.h.
| #define MIR_GL_SetSwapInterval SDL_EGL_SetSwapInterval |
Definition at line 35 of file SDL_miropengl.h.
| SDL_GLContext MIR_GL_CreateContext | ( | _THIS | , |
| SDL_Window * | window | ||
| ) |
| int MIR_GL_LoadLibrary | ( | _THIS | , |
| const char * | path | ||
| ) |
| int MIR_GL_MakeCurrent | ( | _THIS | , |
| SDL_Window * | window, | ||
| SDL_GLContext | context | ||
| ) |
| void MIR_GL_SwapWindow | ( | _THIS | , |
| SDL_Window * | window | ||
| ) |