Function loadGL
Wraps SDL_GL_LoadLibrary
which loads OpenGL from the given path of the library
void loadGL
(
string path = null
) @trusted;
Parameters
Name | Description |
---|---|
path | path to the OpenGL library; null to load the default |
Throws
dsdl2
if unable to load the library