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

Function makeContextCurrent

src/backend/common/graphics_common.cpp:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181void makeContextCurrent(fg_window window) {
182 FG_CHECK(common::forgePlugin().fg_make_window_current(window));
183 CheckGL("End makeContextCurrent");
184}
185
186// dir -> true = round up, false = round down
187double step_round(const double in, const bool dir) {

Callers 5

vectorFieldWrapperFunction · 0.85
af_draw_histFunction · 0.85
af_draw_imageFunction · 0.85
plotWrapperFunction · 0.85
af_draw_surfaceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected