checkgl

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

  1. auto checkgl(Args args)
    template checkgl(alias func)
    version(!Android)
    static if(BACKEND_GUI)
    static if(ENABLE_OPENGL)
    debug
    checkgl
    (
    string functionName = __FUNCTION__
    int line = __LINE__
    Args...
    )
    (
    Args args
    )
  2. alias checkgl = func

Members

Aliases

checkgl
alias checkgl = func
Undocumented in source.

Functions

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

Meta