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

Method removeCallbackMask

source/glbinding/source/Binding.cpp:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void Binding::removeCallbackMask(const CallbackMask mask)
55{
56 for (auto function : Binding::functions())
57 {
58 function->removeCallbackMask(mask);
59 }
60}
61
62void Binding::removeCallbackMaskExcept(const CallbackMask mask, const std::set<std::string> & blackList)
63{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected