SDL_HINT_OPENGL_LIBRARY

Specify the OpenGL library to load.

This hint should be set before creating an OpenGL window or creating an OpenGL context. If this hint isn't set, SDL will choose a reasonable default.

extern (C) nothrow @nogc
enum SDL_HINT_OPENGL_LIBRARY = "SDL_OPENGL_LIBRARY";

Meta