Alias checkgl
Convenient wrapper around glGetError()
alias checkgl(alias func) = func;
Using
checkgl!glFunction(funcParams); TODO use one of the DEBUG extensions
Convenient wrapper around glGetError()
alias checkgl(alias func) = func;
checkgl!glFunction(funcParams); TODO use one of the DEBUG extensions