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

Method after

source/glbinding/source/Binding.cpp:129–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void Binding::after(const FunctionCall & call)
130{
131 if (s_afterCallback())
132 {
133 s_afterCallback()(call);
134 }
135}
136
137void Binding::log(FunctionCall && call)
138{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected