Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
void disableGetErrorCallback()
75
{
76
glbinding::removeCallbackMaskExcept(glbinding::CallbackMask::After, {
"glGetError"
});
77
}
78
79
80
} } // namespace glbinding::aux
Callers
nothing calls this directly
Calls
1
removeCallbackMaskExcept
Function · 0.85
Tested by
no test coverage detected