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

Method afterCallback

source/glbinding/source/Binding.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93Binding::FunctionCallback Binding::afterCallback()
94{
95 return s_afterCallback();
96}
97
98void Binding::setAfterCallback(FunctionCallback callback)
99{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected