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

Method beforeCallback

source/glbinding/source/Binding.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83Binding::FunctionCallback Binding::beforeCallback()
84{
85 return s_beforeCallback();
86}
87
88void Binding::setBeforeCallback(FunctionCallback callback)
89{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected