assertgl

Convenient wrapper around glGetError() Using: checkgl!glFunction(funcParams); TODO use one of the DEBUG extensions

template assertgl(alias func)
static if(BACKEND_GUI)
static if(ENABLE_OPENGL)
assertgl
(
string functionName = __FUNCTION__
int line = __LINE__
Args...
)
(
Args args
)

Members

Functions

assertgl
auto assertgl(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta