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

Function BustItemCache

implot3d_items.cpp:271–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271void BustItemCache() {
272 ImPlot3DContext& gp = *GImPlot3D;
273 for (int p = 0; p < gp.Plots.GetBufSize(); ++p) {
274 ImPlot3DPlot& plot = *gp.Plots.GetByIndex(p);
275 plot.Items.Reset();
276 }
277}
278
279//-----------------------------------------------------------------------------
280// [SECTION] Draw Utils

Callers 3

ShowColormapSelectorFunction · 0.85
ShowMetricsWindowMethod · 0.85
ShowStyleEditorFunction · 0.85

Calls 1

ResetMethod · 0.45

Tested by

no test coverage detected