SDL
2.0
|
Go to the source code of this file.
Data Structures | |
struct | SDL_PrivateGLESData |
Macros | |
#define | Wayland_GLES_GetAttribute SDL_EGL_GetAttribute |
#define | Wayland_GLES_GetProcAddress SDL_EGL_GetProcAddress |
#define | Wayland_GLES_UnloadLibrary SDL_EGL_UnloadLibrary |
#define | Wayland_GLES_SetSwapInterval SDL_EGL_SetSwapInterval |
#define | Wayland_GLES_GetSwapInterval SDL_EGL_GetSwapInterval |
Functions | |
int | Wayland_GLES_LoadLibrary (_THIS, const char *path) |
SDL_GLContext | Wayland_GLES_CreateContext (_THIS, SDL_Window *window) |
int | Wayland_GLES_SwapWindow (_THIS, SDL_Window *window) |
int | Wayland_GLES_MakeCurrent (_THIS, SDL_Window *window, SDL_GLContext context) |
void | Wayland_GLES_DeleteContext (_THIS, SDL_GLContext context) |
#define Wayland_GLES_GetAttribute SDL_EGL_GetAttribute |
Definition at line 35 of file SDL_waylandopengles.h.
#define Wayland_GLES_GetProcAddress SDL_EGL_GetProcAddress |
Definition at line 36 of file SDL_waylandopengles.h.
#define Wayland_GLES_GetSwapInterval SDL_EGL_GetSwapInterval |
Definition at line 39 of file SDL_waylandopengles.h.
#define Wayland_GLES_SetSwapInterval SDL_EGL_SetSwapInterval |
Definition at line 38 of file SDL_waylandopengles.h.
#define Wayland_GLES_UnloadLibrary SDL_EGL_UnloadLibrary |
Definition at line 37 of file SDL_waylandopengles.h.
SDL_GLContext Wayland_GLES_CreateContext | ( | _THIS | , |
SDL_Window * | window | ||
) |
void Wayland_GLES_DeleteContext | ( | _THIS | , |
SDL_GLContext | context | ||
) |
int Wayland_GLES_LoadLibrary | ( | _THIS | , |
const char * | path | ||
) |
int Wayland_GLES_MakeCurrent | ( | _THIS | , |
SDL_Window * | window, | ||
SDL_GLContext | context | ||
) |
int Wayland_GLES_SwapWindow | ( | _THIS | , |
SDL_Window * | window | ||
) |