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

Function getprocaddress

source/src/rendergl.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26PFNGLSTENCILFUNCSEPARATEATIPROC glStencilFuncSeparate_ = NULL;
27
28void *getprocaddress(const char *name)
29{
30 return SDL_GL_GetProcAddress(name);
31}
32
33bool hasext(const char *exts, const char *ext)
34{

Callers 1

gl_checkextensionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected