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

Function removeCallbackMaskExcept

source/glbinding/source/glbinding.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void removeCallbackMaskExcept(CallbackMask mask, const std::set<std::string> & blackList)
89{
90 Binding::removeCallbackMaskExcept(mask, blackList);
91}
92
93SimpleFunctionCallback unresolvedCallback()
94{

Callers 1

disableGetErrorCallbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected