checkgl

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

  1. auto checkgl(Args args)
    template checkgl(alias func)
    debug
    checkgl
    (
    string file = __FILE__
    int line = __LINE__
    Args...
    )
    (
    auto ref 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