MCPcopy Create free account
hub / github.com/cginternals/glbinding / disableGetErrorCallback

Function disableGetErrorCallback

source/glbinding-aux/source/debug.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void disableGetErrorCallback()
75{
76 glbinding::removeCallbackMaskExcept(glbinding::CallbackMask::After, { "glGetError" });
77}
78
79
80} } // namespace glbinding::aux

Callers

nothing calls this directly

Calls 1

removeCallbackMaskExceptFunction · 0.85

Tested by

no test coverage detected