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

Method callbackMask

source/glbinding/source/AbstractState.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38CallbackMask AbstractState::callbackMask() const
39{
40 return m_callbackMask;
41}
42
43void AbstractState::setCallbackMask(CallbackMask mask)
44{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected