to_glresult

Undocumented in source. Be warned that the author may not have intended to support it.
  1. GLResult!T to_glresult(Result!(InternalError, T) result)
    @safe @nogc nothrow pure
    to_glresult
    (
    T
    )
    if (
    !is(T == void)
    )
  2. GLResult!T to_glresult(Result!(InternalError, T) result)

Meta