MCPcopy Create free account
hub / github.com/cginternals/globjects / setContext

Function setContext

source/globjects/source/globjects.cpp:153–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void setContext(const glbinding::ContextHandle contextId)
154{
155 glbinding::Binding::useContext(contextId);
156 Registry::setCurrentContext(contextId);
157}
158
159void setCurrentContext()
160{

Callers 1

setCurrentContextFunction · 0.85

Calls 1

setCurrentContextFunction · 0.85

Tested by

no test coverage detected