gl_call

Run OpenGL function and log it on version VADGL_DebugGLCalls Use gl_wrap instead for error handling.

template gl_call(alias fnc)
gl_call
(
Args...
)
(
Args args
)

Members

Aliases

T
alias T = ReturnType!fnc
Undocumented in source.

Functions

gl_call
T gl_call(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

fnc_name
enum string fnc_name;
Undocumented in source.

Return Value

The result of the opengl function call

Meta