loadGraphicsLibrary

The function loads the OpenGL libraries for hardware graphics acceleration.

@trusted
void
loadGraphicsLibrary
()

Throws

$(HREF https://dlang.org/library/object.html#Exception, Exception) if the library was not found or the context was not created to implement hardware acceleration.

Meta