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

Method initialize

source/glbinding/source/Binding.cpp:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155void Binding::initialize(const glbinding::GetProcAddress functionPointerResolver, const bool resolveFunctions)
156{
157 initialize(0, functionPointerResolver, true, resolveFunctions);
158}
159
160void Binding::initialize(
161 const ContextHandle context

Callers

nothing calls this directly

Calls 4

initializeFunction · 0.85
useContextFunction · 0.85
resolveFunctionsFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected