MCPcopy Create free account
hub / github.com/assaultcube/AC / glext

Function glext

source/src/rendergl.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void glext(char *ext)
44{
45 const char *exts = (const char *)glGetString(GL_EXTENSIONS);
46 intret(hasext(exts, ext) ? 1 : 0);
47}
48COMMAND(glext, "s");
49
50VAR(ati_mda_bug, 0, 0, 1);

Callers

nothing calls this directly

Calls 2

intretFunction · 0.85
hasextFunction · 0.85

Tested by

no test coverage detected