GLException

The one exception type thrown in this wrapper. A failing OpenGL function should <b>always</b> throw an GLException.

version(__OpenGL__)
class GLException : Exception {}

Constructors

this
this(string message, string file, size_t line, Throwable next)

Meta