SDL_HINT_EGL_LIBRARY

Specify the EGL library to load.

This hint should be set before creating an OpenGL window or creating an OpenGL context. This hint is only considered if SDL is using EGL to manage OpenGL contexts. If this hint isn't set, SDL will choose a reasonable default.

extern (C) nothrow @nogc
enum SDL_HINT_EGL_LIBRARY = "SDL_EGL_LIBRARY";

Meta