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

Method removeCallbackMask

source/glbinding/source/AbstractFunction.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void AbstractFunction::removeCallbackMask(const CallbackMask mask)
93{
94 state().setCallbackMask(state().callbackMask() & ~mask);
95}
96
97void AbstractFunction::unresolved(const AbstractFunction * function)
98{

Callers

nothing calls this directly

Calls 2

setCallbackMaskMethod · 0.45
callbackMaskMethod · 0.45

Tested by

no test coverage detected