glresult

Undocumented in source. Be warned that the author may not have intended to support it.
  1. GLResult!T glresult(T val)
    @safe @nogc nothrow pure
    glresult
    (
    T
    )
    (
    auto ref T val
    )
    if (
    !is(T == GLError)
    )
  2. GLResult!T glresult(GLError err)

Meta