MCPcopy Create free account
hub / github.com/arrayfire/forge / glErrorCheck

Function glErrorCheck

src/backend/opengl/err_opengl.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void glErrorCheck(const char *pMsg, const char* pFile, int pLine)
38{
39// Skipped in release mode
40#ifndef NDEBUG
41 commonErrorCheck(pMsg, pFile, pLine);
42#endif
43}
44
45void glForceErrorCheck(const char *pMsg, const char* pFile, int pLine)
46{

Callers

nothing calls this directly

Calls 1

commonErrorCheckFunction · 0.85

Tested by

no test coverage detected