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

Method resolveFunctions

source/glbinding/source/Binding.cpp:230–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230void Binding::resolveFunctions()
231{
232 for (auto function : Binding::functions())
233 {
234 function->resolveAddress();
235 }
236
237 for (auto function : Binding::additionalFunctions())
238 {
239 function->resolveAddress();
240 }
241}
242
243void Binding::useCurrentContext()
244{

Callers

nothing calls this directly

Calls 1

resolveAddressMethod · 0.80

Tested by

no test coverage detected