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

Method resolveAddress

source/glbinding/source/AbstractFunction.cpp:29–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void AbstractFunction::resolveAddress()
30{
31 auto & currentState = state();
32
33 if (currentState.isInitialized())
34 {
35 return;
36 }
37
38 currentState.resolve(m_name);
39}
40
41const char * AbstractFunction::name() const
42{

Callers 3

supportedFunction · 0.80
resolveFunctionsMethod · 0.80
addressMethod · 0.80

Calls 2

isInitializedMethod · 0.80
resolveMethod · 0.80

Tested by

no test coverage detected