moggle ~master (2015-11-22T21:36:14Z)
Dub
Repo
GLError
moggle
core
gl
The error that is thrown when glGetError() indicates an error.
class
GLError : Exception {
this
(string func, string what, string file, size_t line);
}
Constructors
this
this
(string func, string what, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
moggle
core
gl
classes
GLError
functions
check_error
loadOpenGL
wrap
templates
GL_type
variables
constant_names
The error that is thrown when glGetError() indicates an error.