Get an EGL library function by name.
If an EGL library is loaded, this function allows applications to get entry points for EGL functions. This is useful to provide to an EGL API and extension loader.
the name of an EGL function.
a pointer to the named EGL function. The returned pointer should be cast to the appropriate function signature.
Threadsafety: This function should only be called on the main thread.
SDL_EGL_GetCurrentDisplay
See Implementation
Get an EGL library function by name.
If an EGL library is loaded, this function allows applications to get entry points for EGL functions. This is useful to provide to an EGL API and extension loader.