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

Method resolve

source/glbinding/source/State.cpp:11–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10
11void State::resolve(const char * name)
12{
13 if (m_initialized)
14 {
15 return;
16 }
17
18 m_address = Binding::resolveFunction(name);
19 m_initialized = true;
20}
21
22
23} // namespace glbinding

Callers 1

resolveAddressMethod · 0.80

Calls 1

resolveFunctionFunction · 0.85

Tested by

no test coverage detected