| | |
| | | /* |
| | | Simple DirectMedia Layer |
| | | Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org> |
| | | Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> |
| | | |
| | | This software is provided 'as-is', without any express or implied |
| | | warranty. In no event will the authors be held liable for any damages |
| | |
| | | extern SDL_GLContext Wayland_GLES_CreateContext(_THIS, SDL_Window * window); |
| | | extern int Wayland_GLES_SwapWindow(_THIS, SDL_Window * window); |
| | | extern int Wayland_GLES_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context); |
| | | extern void Wayland_GLES_GetDrawableSize(_THIS, SDL_Window * window, int * w, int * h); |
| | | extern void Wayland_GLES_DeleteContext(_THIS, SDL_GLContext context); |
| | | |
| | | #endif /* SDL_waylandopengles_h_ */ |