MCPcopy Create free account
hub / github.com/brenocq/implot3d / SetCurrentContext

Function SetCurrentContext

implot3d.cpp:182–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180ImPlot3DContext* GetCurrentContext() { return GImPlot3D; }
181
182void SetCurrentContext(ImPlot3DContext* ctx) { GImPlot3D = ctx; }
183
184//-----------------------------------------------------------------------------
185// [SECTION] Text Utils

Callers 2

CreateContextFunction · 0.85
DestroyContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected