vadgl.error

Undocumented in source.

Members

Aliases

GLResult
alias GLResult = ResultPartial!GLError
Undocumented in source.

Functions

copy_to_buffer
void copy_to_buffer(string str, char[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
glresult
GLResult!T glresult(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
glresult
GLResult!T glresult(GLError err)
Undocumented in source. Be warned that the author may not have intended to support it.
is_empty
bool is_empty(char[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
to_glerror
GLError to_glerror(GLInternalError internal)
Undocumented in source. Be warned that the author may not have intended to support it.
to_glerror
GLError to_glerror(InternalError internal)
Undocumented in source. Be warned that the author may not have intended to support it.
to_glerror_flag
GLError.Flag to_glerror_flag(GLInternalError internal)
Undocumented in source. Be warned that the author may not have intended to support it.
to_glerror_flag
GLError.Flag to_glerror_flag(InternalError internal)
Undocumented in source. Be warned that the author may not have intended to support it.
to_glresult
GLResult!T to_glresult(Result!(InternalError, T) result)
Undocumented in source. Be warned that the author may not have intended to support it.
to_glresult
GLResult!T to_glresult(Result!(InternalError, T) result)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

GLError
struct GLError

I should make different enums/struct to represent different kind of errors

InternalError
struct InternalError
Undocumented in source.

Meta