platform.sdl2

SDL2-only utility functions. (Note: there is more SDL2 code in the Platform package)

Members

Functions

createGLWindow
SDL_Window* createGLWindow(size_t w, size_t h, Flag!"fullscreen" fullscreen)

Create an OpenGL window.

Meta