Function loadGL

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

void loadGL (
  string path = null
) @trusted;

Parameters

NameDescription
path path to the OpenGL library; null to load the default

Throws

dsdl2.SDLException if unable to load the library