MCPcopy Create free account
hub / github.com/DISTRHO/DPF / puglBackendEnter

Function puglBackendEnter

dgl/src/pugl.cpp:223–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221// DGL specific, expose backend enter
222
223bool puglBackendEnter(PuglView* const view)
224{
225 return view->backend->enter(view, nullptr) == PUGL_SUCCESS;
226}
227
228// --------------------------------------------------------------------------------------------------------------------
229// DGL specific, expose backend leave

Callers 9

puglSetSizeAndDefaultFunction · 0.85
Window.cppFile · 0.85
ScopedGraphicsContextMethod · 0.85
doneMethod · 0.85
reinitMethod · 0.85
PluginWindowFunction · 0.85
leaveContextFunction · 0.85
enterContextForDeletionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected