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

Function removeCallbackMask

source/glbinding/source/glbinding.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void removeCallbackMask(CallbackMask mask)
84{
85 Binding::removeCallbackMask(mask);
86}
87
88void removeCallbackMaskExcept(CallbackMask mask, const std::set<std::string> & blackList)
89{

Callers 2

stopFunction · 0.85
pauseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected