SDL_EGL_GetCurrentConfig

Get the currently active EGL config.

extern (C) nothrow @nogc extern
SDL_EGL_GetCurrentConfig
()

Return Value

the currently active EGL config or NULL on failure; call SDL_GetError() for more information.

Threadsafety: This function should only be called on the main thread.

Meta