checkgl.checkgl

Undocumented in source. Be warned that the author may not have intended to support it.
  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

Meta