anchovy.glerrors

Members

Classes

OpenglException
class OpenglException
Undocumented in source.

Functions

checkGlError
void checkGlError(string file, size_t line, string funcName)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

glErrorStringTable
string[uint] glErrorStringTable;
Undocumented in source.

Templates

checkgl
template checkgl(alias func)

Errors checking template; should work in debug build. Using: checkgl!glFunction(funcParams);

Meta

Authors

Andrey Penechko.