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

Method addCallbackMask

source/glbinding/source/AbstractFunction.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void AbstractFunction::addCallbackMask(const CallbackMask mask)
88{
89 state().setCallbackMask(state().callbackMask() | mask);
90}
91
92void AbstractFunction::removeCallbackMask(const CallbackMask mask)
93{

Callers

nothing calls this directly

Calls 2

setCallbackMaskMethod · 0.45
callbackMaskMethod · 0.45

Tested by

no test coverage detected