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

Method before

source/glbinding/source/AbstractFunction.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void AbstractFunction::before(const FunctionCall & call)
103{
104 Binding::before(call);
105}
106
107void AbstractFunction::after(const FunctionCall & call)
108{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected