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

Method setCallbackMask

source/glbinding/source/Binding.cpp:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15
16void Binding::setCallbackMask(const CallbackMask mask)
17{
18 for (auto function : Binding::functions())
19 {
20 function->setCallbackMask(mask);
21 }
22}
23
24void Binding::setCallbackMaskExcept(const CallbackMask mask, const std::set<std::string> & blackList)
25{

Callers 1

setCallbackMaskExceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected