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

Method addContextSwitchCallback

source/glbinding/source/Binding.cpp:283–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283void Binding::addContextSwitchCallback(const ContextSwitchCallback callback)
284{
285 std_boost::lock_guard<std_boost::recursive_mutex> lock(s_mutex());
286
287 s_contextSwitchCallbacks().push_back(std::move(callback));
288}
289
290int Binding::currentPos()
291{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected