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

Method before

source/glbinding/source/Binding.cpp:121–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void Binding::before(const FunctionCall & call)
122{
123 if (s_beforeCallback())
124 {
125 s_beforeCallback()(call);
126 }
127}
128
129void Binding::after(const FunctionCall & call)
130{

Callers 1

doxy-boot.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected