| 180 | ImPlot3DContext* GetCurrentContext() { return GImPlot3D; } |
| 181 | |
| 182 | void SetCurrentContext(ImPlot3DContext* ctx) { GImPlot3D = ctx; } |
| 183 | |
| 184 | //----------------------------------------------------------------------------- |
| 185 | // [SECTION] Text Utils |
no outgoing calls
no test coverage detected