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

Function glForceErrorCheck

src/backend/opengl/err_opengl.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void glForceErrorCheck(const char *pMsg, const char* pFile, int pLine)
46{
47 commonErrorCheck(pMsg, pFile, pLine);
48}
49
50}
51}

Callers

nothing calls this directly

Calls 1

commonErrorCheckFunction · 0.85

Tested by

no test coverage detected