MCPcopy Create free account
hub / github.com/arrayfire/forge / makeContextCurrent

Method makeContextCurrent

src/backend/opengl/sdl/window.cpp:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181void Widget::makeContextCurrent() const
182{
183 SDL_GL_MakeCurrent(mWindow, mContext);
184}
185
186long long Widget::getGLContextHandle()
187{

Callers 2

MakeContextCurrentFunction · 0.45
WidgetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected