g4d ~master (2018-08-21T01:55:31Z)
Dub
Repo
enforce
g4d
gl
lib
A template that enforces gl functions.
template
enforce
(alias func)
auto
enforce
(
string
file
= __FILE__
size_t
line
= __LINE__
Args
...
)
(
Args
args
)
if
(
__traits(
identifier
,
func
).
indexOf
("gl") == 0 &&
__traits(
identifier
,
func
).
indexOf
("glfw") != 0
)
Members
Functions
enforce
auto
enforce
(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
g4d
gl
lib
functions
initGL
templates
enforce
A template that enforces gl functions.