loadGL

Wraps SDL_GL_LoadLibrary which loads OpenGL from the given path of the library

@safe @trusted
void
loadGL
(
string path = null
)

Parameters

path string

path to the OpenGL library; null to load the default

Throws

dsdl2.SDLException if unable to load the library

Meta