des.gl.error

Members

Enums

GLError
enum GLError

Functions

checkGL
void checkGL(string file = __FILE__, size_t line = __LINE__)

glGetError, if has error throw exception

ntCheckGL
void ntCheckGL(string file = __FILE__, size_t line = __LINE__)

glGetError, no throw exception, output to logger error

Templates

checkGLCall
template checkGLCall(alias fnc, string file = __FILE__, size_t line = __LINE__, Args...)

call checkGL after function call

ntCheckGLCall
template ntCheckGLCall(alias fnc, string file = __FILE__, size_t line = __LINE__, Args...)

call ntCheckGL after function call

Meta